Skip to content

Commit 8049f19

Browse files
committed
Add'l updates to the ./run-tests.sh script
1 parent 2afa78e commit 8049f19

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

run-tests.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ if [ $? -eq 0 ]; then
2626
echo
2727
echo -e "\033[33mBegin Unit Testing\033[0m"
2828
# Run the testing suite
29-
php phpunit --configuration phpunit.xml.dist
30-
# Cleanup
31-
if [ "$clean" -eq 1 ]; then
32-
echo -e "\033[32mCleaning Up!\033[0m"
33-
rm -f phpunit.phar
34-
rm -f phpunit.phar.asc
35-
fi
29+
php phpunit.phar --configuration phpunit.xml.dist
3630
else
3731
echo
3832
chmod -x phpunit.phar

0 commit comments

Comments
 (0)