summaryrefslogtreecommitdiff
path: root/openembedded/scripts
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-06 11:13:37 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-06 11:15:52 +0100
commitf8826195348745fa3b210b3146536c31929efbe5 (patch)
tree46d02ea50d672b76a8befe249a61518a8e4e7856 /openembedded/scripts
parent1159ff72f103782021c480d24a9f968eb0184da4 (diff)
jtreg: attach hotspot error logs as text/plain
This makes it easier to view them in the LAVA results as you get the option of both 'download' and 'view'. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded/scripts')
-rwxr-xr-xopenembedded/scripts/jtreg-test4
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/scripts/jtreg-test b/openembedded/scripts/jtreg-test
index 1d62ee6..a20cdd4 100755
--- a/openembedded/scripts/jtreg-test
+++ b/openembedded/scripts/jtreg-test
@@ -75,7 +75,7 @@ if [ -n "$TESTDIRS" ]; then
lava-test-case-attach $test_to_run $to/${test_to_run}-ARCHIVE_BUNDLE.zip
shopt -s nullglob
for i in $to/JTwork/scratch/hs*.log; do
- lava-test-case-attach $test_to_run $i
+ lava-test-case-attach $test_to_run $i text/plain
done
else
lava-test-case $test_to_run \
@@ -95,7 +95,7 @@ else
done
for i in $to/${test_to_run}*/JTwork/scratch/hs*.log; do
- lava-test-case-attach $test_to_run $i
+ lava-test-case-attach $test_to_run $i text/plain
done
for i in $to/${test_to_run}*/ARCHIVE_BUNDLE.zip; do