summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-02 19:31:53 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-02 19:31:53 +0100
commitebe14eaf00ef1015bee4aaa2df3cdbb90da04743 (patch)
tree23f8825eb2dfc61256949429c03c43c1cb7da8d8 /openembedded
parent85a3269404f3386a1966666fa88258a929198b0e (diff)
mauve-sanity-test: use java/lang/Integer for a quick test
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/mauve-sanity-test.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/mauve-sanity-test.yaml b/openembedded/mauve-sanity-test.yaml
index 71f74d7..194d623 100644
--- a/openembedded/mauve-sanity-test.yaml
+++ b/openembedded/mauve-sanity-test.yaml
@@ -19,7 +19,8 @@ run:
- 'rm -rf /tmp/mauve'
- 'ln -s /lava/tests/$TESTRUN_ID/mauve /tmp/mauve'
- 'cd /tmp/mauve'
- - 'mauve-lava-test -compile no -showpasses < /lava/tests/$TESTRUN_ID/test-definitions/openembedded/mauve/sanity-test.txt'
+ - 'lava-test-case gnu.testlet.java.lang.Integer --shell mauve-test-pkg gnu/testlet/java/lang/Integer -compile no -showpasses 2>&1 | tee /tmp/mauve-gnu.testlet.java.lang.Integer.txt'
+ - 'lava-test-case-attach gnu.testlet.java.lang.Integer /tmp/mauve-gnu.testlet.java.lang.Integer.txt text/plain'
# The following "parser" will correctly parse the output from the
# tests but it is deliberately commented out because you end up with