mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 20:15:13 +01:00
21 lines
334 B
Bash
Executable File
21 lines
334 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
#!/bin/bash -e
|
|
|
|
cd /tmp
|
|
|
|
git clone https://github.com/infection/infection
|
|
cd infection
|
|
git checkout fe7cbe78e5838608df42ec7688d353ef1d631fee
|
|
|
|
composer i --ignore-platform-reqs
|
|
|
|
echo "About to run the standalone test"
|
|
|
|
php /app/2_infection.php
|
|
|
|
echo "About to run the testsuite"
|
|
|
|
vendor/bin/phpunit
|
|
|
|
echo "OK, no bugs!" |