diff options
author | Rob DiMarco <rob@firebase.com> | 2015-04-01 10:15:23 -0700 |
---|---|---|
committer | Rob DiMarco <rob@firebase.com> | 2015-04-01 10:15:23 -0700 |
commit | 8049f19e554fe30136c51a4c086fff81b852be01 (patch) | |
tree | b6407d19850cbb6fe3e8fc8bab5db7f51b2406b4 /run-tests.sh | |
parent | 2afa78e3520fa4cfbcab49d1bb1635c2819d8f28 (diff) | |
download | php-jwt-8049f19e554fe30136c51a4c086fff81b852be01.zip php-jwt-8049f19e554fe30136c51a4c086fff81b852be01.tar.gz php-jwt-8049f19e554fe30136c51a4c086fff81b852be01.tar.bz2 |
Add'l updates to the ./run-tests.sh script
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/run-tests.sh b/run-tests.sh index f7de6c1..9d6643e 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -26,13 +26,7 @@ if [ $? -eq 0 ]; then echo echo -e "\033[33mBegin Unit Testing\033[0m" # Run the testing suite - php phpunit --configuration phpunit.xml.dist - # Cleanup - if [ "$clean" -eq 1 ]; then - echo -e "\033[32mCleaning Up!\033[0m" - rm -f phpunit.phar - rm -f phpunit.phar.asc - fi + php phpunit.phar --configuration phpunit.xml.dist else echo chmod -x phpunit.phar |