You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -193,12 +193,8 @@ infection:
193
193
.PHONY: phpbench
194
194
phpbench:
195
195
@find tests/bench/storage/local-baseline.xml -mtime -60m | grep .|| (echo "PHPBench baseline file does not exist or is too old. Regenerate it using 'make phpbench-baseline'."&&exit 1)
0 commit comments