summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-23 11:00:54 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-23 11:01:23 +0100
commit214c33887e048923d0735c3aece613ed782c95b8 (patch)
treed20c601a63629814f4505e0fad1b5588b45de3da /openembedded
parenta6990f9cce8f26a4d32ce8907578f550e17c64c8 (diff)
jtreg: the pre-built tests tarball is no longer compressed
The `tar axf foo.tar.bz2' is currently failing on the foundation model so the pre-built tests that get installed now defaults to a non-compressed archive. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/jtreg.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/jtreg.yaml b/openembedded/jtreg.yaml
index 9a7d902..fe81174 100644
--- a/openembedded/jtreg.yaml
+++ b/openembedded/jtreg.yaml
@@ -22,7 +22,8 @@ run:
- 'CLASSES_DIR=$TEST_DIR/JTwork/classes'
- 'for i in $CLASSES_DIR/*; do find $i -print | xargs touch -d tomorrow; done'
- 'pushd $PWD'
- - 'cd $TEST_DIR; ls; tar axf openjdk8-aarch64-snapshot.tar.bz2'
+ - 'df -h'
+ - 'cd $TEST_DIR; tar xf openjdk8-aarch64-snapshot.tar'
- 'popd'
- 'which jtreg-lava'
- 'export JT_HOME=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg'