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..."