Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Oct 6, 2023
1 parent 479a851 commit 290f6b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirement-checker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ PHAR_EXTRACT = ../res/requirement-checker
BOX_BIN = ../bin/box
BOX = $(BOX_BIN)

DIFF = diff --strip-trailing-cr --ignore-all-space --side-by-side --suppress-common-lines


.DEFAULT_GOAL := help

Expand Down Expand Up @@ -157,7 +159,7 @@ phpunit: $(PHPUNIT_BIN) vendor

.PHONY: terminal_copy
terminal_copy: $(ACTUAL_TERMINAL_DIFF)
diff --ignore-all-space --side-by-side --suppress-common-lines $(EXPECTED_TERMINAL_DIFF) $(ACTUAL_TERMINAL_DIFF)
$(DIFF) $(EXPECTED_TERMINAL_DIFF) $(ACTUAL_TERMINAL_DIFF)


#
Expand Down

0 comments on commit 290f6b1

Please sign in to comment.