Skip to content

Commit

Permalink
Merge pull request #610 from zancas/turn_on_testenv_debug
Browse files Browse the repository at this point in the history
add --debug to testenv operations run by buildbot
  • Loading branch information
mattgreene authored Mar 4, 2017
2 parents deb6e7c + a50327b commit 30c4c9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions systest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ singlebigip:

setup_singlebigip_tests:
@echo executing $@
testenv create --name $${!DEVICEVERSION} \
testenv --verbose create --name $${DEVICEVERSION} \
--config $${TESTENV_CONF} \
--params bigip_img:$${!DEVICEVERSION}

Expand All @@ -169,7 +169,8 @@ run_disconnected_service_tests:

cleanup_singlebigip:
@echo executing $@
testenv delete --name $${!DEVICEVERSION} --config $${TESTENV_CONF} || \
testenv --verbose delete --name $${DEVICEVERSION} \
--config $${TESTENV_CONF} || \
$(MAKE) -C . clean

####
Expand Down

0 comments on commit 30c4c9b

Please sign in to comment.