Index: fetch-torture-tests.sh |
diff --git a/fetch-torture-tests.sh b/fetch-torture-tests.sh |
new file mode 100755 |
index 0000000000000000000000000000000000000000..3d741952c7284619368a33d14346794481ed6e33 |
--- /dev/null |
+++ b/fetch-torture-tests.sh |
@@ -0,0 +1,13 @@ |
+#!/bin/bash |
+ |
+BUILDID=4915 |
+ |
+wget -O - https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s-$BUILDID.tbz2 \ |
+ | tar xj |
+ |
+wget -O - https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2\ |
Jim Stichnoth
2016/04/15 19:47:25
I would put a space before the trailing backslash,
Eric Holk
2016/04/15 20:05:16
Done.
|
+ | tar xj |
+ |
+wget -O - \ |
+https://storage.googleapis.com/wasm-llvm/builds/git/wasm-binaries-$BUILDID.tbz2\ |
+ | tar xj |