summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-03-21 06:07:01 +0000
committerLars Wirzenius <liw@liw.fi>2020-03-21 06:07:01 +0000
commit840b6a5f074a6c6d32119b4f654e11ca0f8750e7 (patch)
treea48ac9efc9aea1537e7a000c7a9d2d99c941c40f
parent10e5d7cc965d0091e302707b1c35f0fcc48e5923 (diff)
parent313227283de7ab7eac886217ab8aa2385b6b4a0b (diff)
downloadvmdb2-840b6a5f074a6c6d32119b4f654e11ca0f8750e7.tar.gz
Merge branch 'check-all' into 'master'
Change: check-all outputs go to cwd, not srcdir See merge request larswirzenius/vmdb2!13
-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