From f8826195348745fa3b210b3146536c31929efbe5 Mon Sep 17 00:00:00 2001 From: Andrew McDermott Date: Fri, 6 Sep 2013 11:13:37 +0100 Subject: 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 --- openembedded/scripts/jtreg-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openembedded/scripts') 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 -- cgit v1.2.3