summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-03-21 08:05:44 +0200
committerLars Wirzenius <liw@liw.fi>2020-03-21 08:05:44 +0200
commit313227283de7ab7eac886217ab8aa2385b6b4a0b (patch)
treea48ac9efc9aea1537e7a000c7a9d2d99c941c40f
parent10e5d7cc965d0091e302707b1c35f0fcc48e5923 (diff)
downloadvmdb2-313227283de7ab7eac886217ab8aa2385b6b4a0b.tar.gz
Change: check-all outputs go to cwd, not srcdir
-rwxr-xr-xcheck-all4
1 files changed, 2 insertions, 2 deletions
diff --git a/check-all b/check-all
index b7c193f..38e4ee8 100755
--- a/check-all
+++ b/check-all
@@ -10,9 +10,9 @@ tryit()
local image="$1"
local yaml="$2"
echo "Testing $yaml"
- ./vmdb2 --rootfs-tarball "$tarball" \
+ ./vmdb2 --rootfs-tarball "$dst/$tarball" \
--verbose \
- --log check.log \
+ --log "$dst/check.log" \
--output "$image" \
"$yaml"
echo