Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 1, 2023
1 parent 3eca7c4 commit c54daf7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .makefile/e2e.file
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,11 @@ e2e_035: $(PHP_SCOPER_PHAR_BIN) fixtures/set035-composer-files-autoload/vendor f
composer --working-dir=build/set035-composer-files-autoload/scoped-guzzle5-include dump-autoload
rm -rf build/set035-composer-files-autoload/guzzle5-include || true

php build/set035-composer-files-autoload/index.php &> build/set035-composer-files-autoload/output || true
cat build/set035-composer-files-autoload/output
php build/set035-composer-files-autoload/test.php
tree build/set035-composer-files-autoload
php build/set035-composer-files-autoload/index.php
# php build/set035-composer-files-autoload/index.php &> build/set035-composer-files-autoload/output || true
# cat build/set035-composer-files-autoload/output
# php build/set035-composer-files-autoload/test.php

.PHONY: e2e_036
e2e_036: # Runs end-to-end tests for the fixture set e2e_036 — Minimalistic codebase
Expand Down

0 comments on commit c54daf7

Please sign in to comment.