summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-04 13:16:31 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-04 13:48:29 +0300
commitc7094d4d5b7322e45792c27998eb70bddff3b1e2 (patch)
treeb78bb8cccbb087723e556cd6f62b74491222a05d
parent2414fae798b910fb2800bd0456acbeaa5f09d584 (diff)
downloadvmdb2-c7094d4d5b7322e45792c27998eb70bddff3b1e2.tar.gz
Add: smoke.sh to run smoke test yarn
-rwxr-xr-xsmoke.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/smoke.sh b/smoke.sh
new file mode 100755
index 0000000..fa7ff0c
--- /dev/null
+++ b/smoke.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -eu
+
+tarball="$1"
+shift
+
+yarn smoke.yarn --env ROOTFS_TARBALL="$tarball" "$@"