Commit 858c30e1 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

jenkins: call fail() in a error case

fail() saves all files in an archive for further investigations.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent dc6edd79
...@@ -5,4 +5,4 @@ prep ...@@ -5,4 +5,4 @@ prep
mkdir -p test/dump mkdir -p test/dump
mount -t tmpfs dump test/dump mount -t tmpfs dump test/dump
cd test cd test
./zdtm.py run --all --parallel 4 --iter 3 -x 'maps04' ./zdtm.py run --all --parallel 4 --iter 3 -x 'maps04' || fail
...@@ -5,4 +5,4 @@ prep ...@@ -5,4 +5,4 @@ prep
mkdir -p test/dump mkdir -p test/dump
mount -t tmpfs dump test/dump mount -t tmpfs dump test/dump
cd test cd test
./zdtm.py run --all --sibling --parallel 4 ./zdtm.py run --all --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