Skip to content

Commit 69ba932

Browse files
authored
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.
1 parent c112ae0 commit 69ba932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.makefile/e2e.file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ e2e_027: $(PHP_SCOPER_PHAR_BIN) fixtures/set027-laravel/vendor
195195
--stop-on-failure
196196
composer --working-dir=build/set027-laravel dump-autoload --no-dev
197197

198-
php build/set027-laravel/artisan -V > build/set027-laravel/output
198+
NO_COLOR=1 php build/set027-laravel/artisan -V > build/set027-laravel/output
199199
diff fixtures/set027-laravel/expected-output build/set027-laravel/output
200200

201201
.PHONY: e2e_028

0 commit comments

Comments
 (0)