Commit a9e5d2b4 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

jenkins: fix path to report

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 25eb3d6d
......@@ -9,7 +9,7 @@ function prep()
make -j 4 &&
make -j 4 -C test/zdtm/live &&
make -C test zdtm_ct &&
mkdir -p test/dump/report &&
mkdir -p test/report &&
true
}
......@@ -27,6 +27,6 @@ function fail()
ps axf > ps.log
cat /sys/kernel/debug/tracing/trace > trace.log
tar -czf /home/`basename $0`-${GIT_COMMIT}-$(date +%m%d%H%M).tar.gz .
tar -czf report.tar.gz -C test/dump report
tar -czf report.tar.gz -C test/ report
exit 1
}
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