Skip to content

Commit

Permalink
time
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout committed Aug 20, 2020
1 parent 0cece4f commit 85c4e7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/openshiftci-presubmit-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ elif [ "${ARCH}" == "ppc64le" ]; then
make test-e2e-beta
else
# Integration tests
make test-integration
make test-integration-devfile
make test-cmd-login-logout
make test-cmd-project
make test-operator-hub
time make test-integration
time make test-integration-devfile
time make test-cmd-login-logout
time make test-cmd-project
time make test-operator-hub
# E2e tests
make test-e2e-all
time make test-e2e-all
fi

odo logout

0 comments on commit 85c4e7a

Please sign in to comment.