From 77fa2bcc3961968a8ff3c10a26a566d8fd6aa4c3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 21 Apr 2018 20:30:07 +0200 Subject: [PATCH] Call test at wrong position [skip ci] --- test.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index fd76d7e758..1530cf6f4b 100755 --- a/test.sh +++ b/test.sh @@ -135,10 +135,12 @@ else else echo "Must run PHPUnit with coverage" fi + + echo "./vendor/bin/phpunit $verbalflag --configuration $configfile $featuretestclass $unittestclass $apitestclass $testsuite" + ./vendor/bin/phpunit $verbalflag --configuration $configfile $featuretestclass $unittestclass $apitestclass $testsuite + fi -echo "./vendor/bin/phpunit $verbalflag --configuration $configfile $featuretestclass $unittestclass $apitestclass $testsuite" -./vendor/bin/phpunit $verbalflag --configuration $configfile $featuretestclass $unittestclass $apitestclass $testsuite # restore current config: if [ -f $BACKUPENV ]; then