Commit 4aaa7072 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

jenkins: save report in the "test" directory

Now we save report in test/dump/report. It doesn't work when
we mount tmpfs into test/dump, because Jenkins runs in another
mount namespace.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4e99f18f
......@@ -3,4 +3,4 @@ set -e
source `dirname $0`/criu-lib.sh
prep
mount_tmpfs_to_dump
./test/zdtm.py run --all --report dump/report --parallel 4 --iter 3 -x 'maps04' || fail
./test/zdtm.py run --all --report report --parallel 4 --iter 3 -x 'maps04' || fail
......@@ -18,7 +18,6 @@ function mount_tmpfs_to_dump()
mkdir -p test/dump &&
mount -t tmpfs criu_dump test/dump &&
mkdir -p test/dump/report &&
true
}
......
......@@ -3,4 +3,4 @@ set -e
source `dirname $0`/criu-lib.sh
prep
mount_tmpfs_to_dump
./test/zdtm.py run --all --report test/dump/report --sibling --parallel 4 || fail
./test/zdtm.py run --all --report report --sibling --parallel 4 || fail
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