Tweak sandbox/jenkins-test so args in TEST_CMD can have spaces.

This commit is contained in:
Daniel Nichter
2012-08-06 17:50:54 -06:00
parent f8c375a249
commit dbb4360aa7

View File

@@ -85,7 +85,7 @@ EXIT_STATUS=0
TEST_CMD="${TEST_CMD:-"prove -r t/"}"
(
$TEST_CMD
eval $TEST_CMD
)
EXIT_STATUS=$(($? | 0))