Skip to content

Commit c2681b9

Browse files
committed
Fix test.sh script
1 parent 99d626d commit c2681b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test script
22

33
composer update
4-
RC=./vendor/phpunit/phpunit/phpunit tests
5-
rm -rf vendor composer.lock
4+
./vendor/phpunit/phpunit/phpunit tests
5+
RC=$?
66
exit $RC
77

0 commit comments

Comments
 (0)