summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-14 10:26:23 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-14 10:26:23 +0200
commitbfdf8dc36633c9fabcdb1a17e15ef63d6fe49f3c (patch)
tree9811623cff39485db91bdc0cbfaa443936aaa298
parent4dca5e9bafe12e6a01cc6b0cd845aa053266186f (diff)
downloadvmdb2-bfdf8dc36633c9fabcdb1a17e15ef63d6fe49f3c.tar.gz
put smoke test vmdb2 log in srcdir so it's easier to access afterwards
-rw-r--r--smoke-arm64.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke-arm64.yarn b/smoke-arm64.yarn
index 2e230ab..97506cb 100644
--- a/smoke-arm64.yarn
+++ b/smoke-arm64.yarn
@@ -28,7 +28,7 @@ testing multiple time much faster.
IMPLEMENTS WHEN user runs vmdb (\S+) --output (\S+)
"$SRCDIR/vmdb2" "$SRCDIR/$MATCH_1" \
--output "$DATADIR/$MATCH_2" \
- --log "$DATADIR/vmdb.log" \
+ --log "$SRCDIR/vmdb.log" \
--verbose \
--rootfs-tarball "$ROOTFS_TARBALL"