This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vagrant@localhost odl-ci]$ git diff | |
diff --git a/odl-devstack-ci.sh b/odl-devstack-ci.sh | |
index a34ad5f..2458303 100755 | |
--- a/odl-devstack-ci.sh | |
+++ b/odl-devstack-ci.sh | |
@@ -25,7 +25,7 @@ export TEMPEST_RUN_LOG=/tmp/odl_tempest_test_list.txt | |
source functions | |
# Archive logs on exit | |
-trap archive-logs EXIT | |
+### trap archive-logs EXIT | |
test-branch | |
check-env | |
@@ -36,5 +36,5 @@ install-pip | |
#install-tempest | |
install-devstack | |
install-workarounds | |
-stack | |
-run-tempest | |
+## stack | |
+## run-tempest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment