This commit is contained in:
Daniil Gentili 2023-10-30 22:46:09 +01:00
parent acf4cb7004
commit a2028bea5f
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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!"

View File

@ -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!"