Reorganized test file directory structure (#5537)

* Rebased was required

* Replicated changes to  openshiftci related scripts to avoid test failure
This commit is contained in:
Rodolfo Napoles
2022-03-15 23:42:11 -06:00
committed by GitHub
parent 070b8776c1
commit 83f26da94d
9 changed files with 12 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ cleanup_namespaces
set -e
make install
make test-integration-devfile
make test-integration-interactive
make test-interactive
make test-e2e-devfile
make test-cmd-project
) |& tee "/tmp/${LOGFILE}"

View File

@@ -15,7 +15,7 @@ cleanup_namespaces
set -e
make install
make test-integration
make test-integration-interactive
make test-interactive
make test-integration-devfile
make test-cmd-login-logout
make test-cmd-project