From 69ba932a8d4d0b5fd3fcbfbbd9f1d8df9c62fe77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:57:14 +0200 Subject: [PATCH] test: Ensure the laravel e2e test cannot fail due to a color detection (#1019) This is an annoying class of issues as it is more likely to appear locally than in the CI. --- .makefile/e2e.file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.makefile/e2e.file b/.makefile/e2e.file index d6f5e7db..8d8fe6eb 100644 --- a/.makefile/e2e.file +++ b/.makefile/e2e.file @@ -195,7 +195,7 @@ e2e_027: $(PHP_SCOPER_PHAR_BIN) fixtures/set027-laravel/vendor --stop-on-failure composer --working-dir=build/set027-laravel dump-autoload --no-dev - php build/set027-laravel/artisan -V > build/set027-laravel/output + NO_COLOR=1 php build/set027-laravel/artisan -V > build/set027-laravel/output diff fixtures/set027-laravel/expected-output build/set027-laravel/output .PHONY: e2e_028