2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

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: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2015-11-10 00:29:00 +03:00
committed by Pavel Emelyanov
parent 4e99f18f64
commit 4aaa707260
3 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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
}

View File

@@ -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