From 45c5b8683794a3388344c65327d7b43906c011a1 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 24 Oct 2023 00:05:33 +0200 Subject: [PATCH] Fix --- README.md | 2 +- bugs/5_psalm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1638b41..4512197 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Tested on fa218eab4a9b5304afb871a4405546068cb65008 2. Psalm: always fails 3. MadelineProto: got a single shutdown hang the first time I tried (even with the new closure fixes), then nothing; expecting an assertion crash 4. Infection: used to fail on some older php-src commit, now doesn't, still including it in order to play around with branches -5. Psalm (unit): used to fail on some older php-src commit, now doesn't, still including it in order to play around with branches \ No newline at end of file +5. Psalm (unit): runs entire testsuite, still need to run it myself... \ No newline at end of file diff --git a/bugs/5_psalm.sh b/bugs/5_psalm.sh index 0857109..c2ff9ca 100755 --- a/bugs/5_psalm.sh +++ b/bugs/5_psalm.sh @@ -22,7 +22,7 @@ composer i --ignore-platform-reqs echo "About to run phpunit" -docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php /app/wrap.php /app/vendor/bin/phpunit --debug tests/MagicMethodAnnotationTest.php +docker run -v $PWD:/app --rm --privileged -it asan_tests /usr/bin/php /app/wrap.php /app/vendor/bin/phpunit --debug echo "About to run composer"