fix: tests

This commit is contained in:
leo
2021-04-08 19:34:10 +02:00
parent ff74229f0d
commit 2e5e5ca841
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ test:
echo 'FAIL [Composer 1]'; \
exit 1; \
fi
@if [[ -z `docker container run --rm $(IMAGE):$(VERSION) composer1 global show 2> /dev/null | grep '^hirak/prestissimo [0-9][0-9]*\.[0-9][0-9]*'` ]]; then \
@if [[ "$(PHP_VERSION)" != "5.4" && "$(PHP_VERSION)" != "5.5" && -z `docker container run --rm $(IMAGE):$(VERSION) composer1 global show 2> /dev/null | grep '^hirak/prestissimo [0-9][0-9]*\.[0-9][0-9]*'` ]]; then \
echo 'FAIL [Composer 1 plugin - prestissimo]'; \
exit 1; \
fi