From eb9d676d358ce154d56aca5162e9f8f5c4d04ad6 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 17 Jan 2016 10:40:14 -0800 Subject: try untar() on the base dir, because it doesn't like the full target dir --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index 44e6c9a50..77080f869 100755 --- a/check.py +++ b/check.py @@ -111,7 +111,7 @@ def fetch_waterfall(): print '(downloading waterfall ' + rev + ')' basename = 'wasm-binaries-%s.tbz2' downloaded = scripts.storage.download_tar(basename, BASE_DIR, rev) - scripts.support.untar(downloaded, WATERFALL_BUILD_DIR) + scripts.support.untar(downloaded, BASE_DIR) def setup_waterfall(): # if we can use the waterfall llvm, do so -- cgit v1.2.3