Commit 44e966e4 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin

test/make: suppress "Nothing to be done for `default'."

Let's pretend that we're doing something ;-D

FWIW: cleaning two lines in the test output:
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>

========================== Run zdtm/static/tty03 in h ==========================
make[2]: Nothing to be done for `default'.
Start test
make[2]: Nothing to be done for `default'.
./tty03 --pidfile=tty03.pid --outfile=tty03.out
Run criu dump
Run criu restore
Send the 15 signal to  24
Wait for zdtm/static/tty03(24) to die for 0.100000
Removing dump/zdtm/static/tty03/24
========================= Test zdtm/static/tty03 PASS ==========================
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent fa1fbe08
......@@ -58,6 +58,7 @@ DEPEND.c = $(COMPILE.c) -MM -MP
$(Q)$(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@
default: all
@true
.PHONY: default
gitignore-clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment