Commit 311e927b authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

test: execute other tests in a new session

The main reason is to execute tests without a control termnal and avoid
a case when tests try to use the --shell-job options.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ad80227a
......@@ -17,9 +17,9 @@ all:
TESTS = unix-callback mem-snap rpc libcriu mounts/ext security pipes crit socketpairs overlayfs
other: .FORCE
for t in $(TESTS); do \
$(MAKE) -C $$t run || exit 1; \
done \
for t in $(TESTS); do \
setsid $(MAKE) -C $$t run || exit 1; \
done \
zdtm-tst-list: zdtm.sh
./zdtm.sh -l > zdtm-tst-list
......
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