hide run_tests wrapper command from test output
This commit is contained in:
parent
c31c4e77f1
commit
0e49aa039e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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..."
|
||||
|
|
Loading…
Reference in a new issue