From 0e49aa039edcefebfeadf6711527d08b8adc3b6f Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 6 Dec 2012 20:14:59 -0800 Subject: [PATCH] hide run_tests wrapper command from test output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d78565e04..118082a4f 100755 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ uninstall: python scons/scons.py --config=cache --implicit-cache --max-drift=1 uninstall test: - ./run_tests + @ ./run_tests test-local: @echo "*** Boostrapping local test environment..."