mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 11:07:58 +00:00
Tweak sandbox/jenkins-test so args in TEST_CMD can have spaces.
This commit is contained in:
@@ -85,7 +85,7 @@ EXIT_STATUS=0
|
||||
TEST_CMD="${TEST_CMD:-"prove -r t/"}"
|
||||
|
||||
(
|
||||
$TEST_CMD
|
||||
eval $TEST_CMD
|
||||
)
|
||||
EXIT_STATUS=$(($? | 0))
|
||||
|
||||
|
Reference in New Issue
Block a user