Skip to content

Commit

Permalink
test: Ensure the laravel e2e test cannot fail due to a color detection (
Browse files Browse the repository at this point in the history
#1019)

This is an annoying class of issues as it is more likely to appear locally than in the CI.
  • Loading branch information
theofidry authored Apr 27, 2024
1 parent c112ae0 commit 69ba932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .makefile/e2e.file
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69ba932

Please sign in to comment.