diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2003-02-10 19:56:42 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2003-02-10 19:56:42 +0000 |
| commit | 413a16d8896c149ccf4d443e29230527c2fecb83 (patch) | |
| tree | 146deed17e891dee9850537f62d3f83d9ace56f9 /tools/build | |
| parent | 48c12730cdf28b5de26e968f22c22a996f5710e2 (diff) | |
Notes
Diffstat (limited to 'tools/build')
| -rw-r--r-- | tools/build/make_check/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile index 760433b50999..0ae687e51c09 100644 --- a/tools/build/make_check/Makefile +++ b/tools/build/make_check/Makefile @@ -24,7 +24,7 @@ all: diff -u ${.CURDIR}/regress.variables.out - || ${MAKE} failure @echo "PASS: Test variables detected no regression, output matches." @echo "Running test targets" - @${MAKE} double || ${MAKE} failure + @${MAKE} double 2>/dev/null || ${MAKE} failure @echo "PASS: Test targets detected no regression." @echo "Running test sysvmatch" @${MAKE} sysvmatch || ${MAKE} failure |
