Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Side by Side Diff: fetch-torture-tests.sh

Issue 1876413002: Subzero. WASM. Additional progress. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Merging with master Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2
3 BUILDID=4915
4
5 wget -O - https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s-$BU ILDID.tbz2 \
6 | tar xj
7
8 wget -O - https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s2was m-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.
9 | tar xj
10
11 wget -O - \
12 https://storage.googleapis.com/wasm-llvm/builds/git/wasm-binaries-$BUILDID.tbz2\
13 | tar xj
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698