mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
refactoring generic-test (#5628)
* rebasing * Incorporated additional feedback, removed make test-generic from openshift-tests.sh as it runs test-integration
This commit is contained in:
@@ -17,7 +17,9 @@ cleanup_namespaces
|
||||
make test-interactive
|
||||
make test-e2e-devfile
|
||||
make test-cmd-project
|
||||
make test-generic
|
||||
) |& tee "/tmp/${LOGFILE}"
|
||||
|
||||
RESULT=${PIPESTATUS[0]}
|
||||
|
||||
save_logs "${LOGFILE}" "Kubernetes Tests" ${RESULT}
|
||||
|
||||
@@ -21,6 +21,7 @@ cleanup_namespaces
|
||||
make test-cmd-project
|
||||
make test-e2e-devfile
|
||||
) |& tee "/tmp/${LOGFILE}"
|
||||
|
||||
RESULT=${PIPESTATUS[0]}
|
||||
|
||||
save_logs "${LOGFILE}" "OpenShift Tests" ${RESULT}
|
||||
|
||||
Reference in New Issue
Block a user