mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 12:04:52 +01:00
Fix
This commit is contained in:
parent
acf4cb7004
commit
a2028bea5f
@ -1,5 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
composer update
|
||||
|
||||
standalone=$PWD/bugs/wrap_madeline.php
|
||||
|
||||
refactor=$PWD/refactor.php
|
||||
@ -17,4 +19,4 @@ cp $standalone wrap.php
|
||||
|
||||
php $refactor
|
||||
|
||||
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php --repeat 2 -d opcache.blacklist_filename=b.txt -f /app/wrap.php test.php
|
||||
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php --repeat 2 -d opcache.blacklist_filename=b.txt -f /app/wrap.php test.php
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
composer update
|
||||
|
||||
wrap=$PWD/bugs/wrap.php
|
||||
standalone=$PWD/bugs/infection.php
|
||||
refactor=$PWD/refactor.php
|
||||
@ -44,4 +46,4 @@ rm -rf vendor
|
||||
|
||||
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php /app/wrap.php /usr/bin/composer update
|
||||
|
||||
echo "OK, no bugs!"
|
||||
echo "OK, no bugs!"
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
composer update
|
||||
|
||||
standalone=$PWD/bugs/wrap.php
|
||||
refactor=$PWD/refactor.php
|
||||
|
||||
@ -27,4 +29,4 @@ php $refactor
|
||||
|
||||
docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php --repeat 2 -f /app/wrap.php /app/psalm --no-cache
|
||||
|
||||
echo "OK, no bugs!"
|
||||
echo "OK, no bugs!"
|
||||
|
Loading…
Reference in New Issue
Block a user