Skip to content

Instantly share code, notes, and snippets.

Created March 23, 2015 23:00
Embed
What would you like to do?
[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