[CRIU] [PATCH] test/make: suppress "Nothing to be done for `default'."
Dmitry Safonov
dsafonov at virtuozzo.com
Mon Apr 24 11:35:17 PDT 2017
Let's pretend that we're doing something ;-D
FWIW: cleaning two lines in the test output:
========================== 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: Dmitry Safonov <dsafonov at virtuozzo.com>
---
test/zdtm/Makefile.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/zdtm/Makefile.inc b/test/zdtm/Makefile.inc
index 79f0fc62884c..91d9a36acc93 100644
--- a/test/zdtm/Makefile.inc
+++ b/test/zdtm/Makefile.inc
@@ -58,6 +58,7 @@ DEPEND.c = $(COMPILE.c) -MM -MP
$(Q)$(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@
default: all
+ @true
.PHONY: default
gitignore-clean:
--
2.12.2
More information about the CRIU
mailing list