diff options
| author | pboutill | 2011-02-10 14:10:54 +0000 |
|---|---|---|
| committer | pboutill | 2011-02-10 14:10:54 +0000 |
| commit | 2e4f9b34e47a233c7ffabc790f21803a8217f66e (patch) | |
| tree | 781016185087956a124b08ef042d421ccbb2bd0a | |
| parent | 659795aeb2cd329eab5c4a92adbde724573dd106 (diff) | |
MacOS compatibility
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13821 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | test-suite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index f64a83ed15..fcf137ca1f 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -115,7 +115,7 @@ $(foreach S,$(VSUBSYSTEMS),$(eval $(call mkstamp,$(S)))) # Summary ####################################################################### -summary_dir = echo $(1); find $(2) -name '*.log' -print0 | xargs -0 tail -q -n1 | sort -g +summary_dir = echo $(1); find $(2) -name '*.log' -print0 | xargs -0 -n 1 tail -n1 | sort -g .PHONY: summary summary.log |
