Skip to content

Instantly share code, notes, and snippets.

Created March 23, 2015 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/79c7a6289242489534d6 to your computer and use it in GitHub Desktop.
Save anonymous/79c7a6289242489534d6 to your computer and use it in GitHub Desktop.
[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