ssh
This commit is contained in:
parent
cfe0894736
commit
c0fbd3017f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ install: all
|
|||
fi
|
||||
|
||||
test: $(bins)
|
||||
if ! $(GHCMAKE) -O0 test; then \
|
||||
@if ! $(GHCMAKE) -O0 test; then \
|
||||
echo "** not running test suite" >&2; \
|
||||
else \
|
||||
./test; \
|
||||
|
|
Loading…
Reference in a new issue