Chromium Code Reviews| Index: fetch-torture-tests.sh |
| diff --git a/fetch-torture-tests.sh b/fetch-torture-tests.sh |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..aef36617feab9f4d72bb3c62d8838db11a440af6 |
| --- /dev/null |
| +++ b/fetch-torture-tests.sh |
| @@ -0,0 +1,13 @@ |
| +#!/bin/bash |
| + |
| +BUILDID=4915 |
| +BUILD_PATH=https://storage.googleapis.com/wasm-llvm/builds/git |
| + |
| +wget -O - /wasm-torture-s-$BUILDID.tbz2 \ |
| + | tar xj |
| + |
| +wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \ |
| + | tar xj |
| + |
| +wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \ |
| + | tar xj |