mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-19 01:09:21 +08: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="${TEST_CMD:-"prove -r t/"}"
|
||||||
|
|
||||||
(
|
(
|
||||||
$TEST_CMD
|
eval $TEST_CMD
|
||||||
)
|
)
|
||||||
EXIT_STATUS=$(($? | 0))
|
EXIT_STATUS=$(($? | 0))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user