summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp>2021-01-10 21:23:05 +0100
committerLars Wirzenius <liw@liw.fi>2021-01-11 07:46:55 +0000
commitfc94aeb18e8779a13d5aee959a5dab3770147c2a (patch)
tree1148b077a5a9412894059a18d707692212944daa
parentfbaa912cf8b00043685f315a84ce39d39f9aa48c (diff)
downloadvmdb2-fc94aeb18e8779a13d5aee959a5dab3770147c2a.tar.gz
test: Remove generated images after tests have run
-rwxr-xr-xcheck-all1
1 files changed, 1 insertions, 0 deletions
diff --git a/check-all b/check-all
index 85a8523..79abc0b 100755
--- a/check-all
+++ b/check-all
@@ -23,6 +23,7 @@ tryit()
--log "$dst/check.log" \
--output "$image" \
"$yaml"
+ rm -f "$image"
echo
}