mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Call test at wrong position [skip ci]
This commit is contained in:
4
test.sh
4
test.sh
@@ -135,11 +135,13 @@ else
|
||||
else
|
||||
echo "Must run PHPUnit with coverage"
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "./vendor/bin/phpunit $verbalflag --configuration $configfile $featuretestclass $unittestclass $apitestclass $testsuite"
|
||||
./vendor/bin/phpunit $verbalflag --configuration $configfile $featuretestclass $unittestclass $apitestclass $testsuite
|
||||
|
||||
fi
|
||||
|
||||
|
||||
# restore current config:
|
||||
if [ -f $BACKUPENV ]; then
|
||||
mv $BACKUPENV $ORIGINALENV
|
||||
|
Reference in New Issue
Block a user