summaryrefslogtreecommitdiff
path: root/smoke-ppc64el.sh
diff options
context:
space:
mode:
authorRyutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp>2021-01-12 02:13:25 +0100
committerLars Wirzenius <liw@liw.fi>2021-01-16 09:11:02 +0200
commit3c8c5c5a52a6a77c47a55076d1915102cbe9eded (patch)
treec4e25bb9df71b94ea2064b468ce559faab4e4efa /smoke-ppc64el.sh
parentc49594f240132d2d9a0eeef407d9219c21c86f85 (diff)
downloadvmdb2-3c8c5c5a52a6a77c47a55076d1915102cbe9eded.tar.gz
test: Add tests for ppc64el
Diffstat (limited to 'smoke-ppc64el.sh')
-rwxr-xr-xsmoke-ppc64el.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/smoke-ppc64el.sh b/smoke-ppc64el.sh
new file mode 100755
index 0000000..d3e9016
--- /dev/null
+++ b/smoke-ppc64el.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -eu
+
+tarball="$1"
+shift
+
+yarn smoke-ppc64el.yarn --env ROOTFS_TARBALL="$tarball" "$@"