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

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 https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s-$BUILDID .tbz2
6 tar xjf wasm-torture-s-$BUILDID.tbz2
7 rm wasm-torture-s-$BUILDID.tbz2
Jim Stichnoth 2016/04/14 20:03:43 How about something like this, to avoid temp files
Eric Holk 2016/04/15 15:24:26 Done. I also tried to make this 80-col, but unfor
Jim Stichnoth 2016/04/15 19:47:25 Yeah, that's why I didn't comment on 80-col. :) N
Eric Holk 2016/04/15 20:05:16 I like it. Done.
8
9 wget https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s2wasm-sex pr-wasm-$BUILDID.tbz2
10 tar xjf wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2
11 rm wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2
12
13 wget https://storage.googleapis.com/wasm-llvm/builds/git/wasm-binaries-$BUILDID. tbz2
14 tar xjf wasm-binaries-$BUILDID.tbz2
15 rm wasm-binaries-$BUILDID.tbz2
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698