From c2772f26fcbae50363169f141be3dbee74f465f7 Mon Sep 17 00:00:00 2001 From: Andrew McDermott Date: Wed, 27 Nov 2013 10:44:32 +0000 Subject: jtreg: remove redundant clone of qa/test-definitions repo This repo is already cloned as part of the JSON test definition. Change-Id: I6540dc2169945c17db18fba0d048e579ce73b1da Signed-off-by: Andrew McDermott --- openembedded/jtreg-hotspot-testlibrary.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openembedded/jtreg-hotspot-testlibrary.yaml') diff --git a/openembedded/jtreg-hotspot-testlibrary.yaml b/openembedded/jtreg-hotspot-testlibrary.yaml index c5b7673..0235b54 100644 --- a/openembedded/jtreg-hotspot-testlibrary.yaml +++ b/openembedded/jtreg-hotspot-testlibrary.yaml @@ -35,11 +35,10 @@ params: install: git-repos: - git://git.linaro.org/leg/openjdk/jtreg-bin.git - - git://git.linaro.org/qa/test-definitions.git run: steps: - 'PATH=/lava/tests/$TESTRUN_ID/jtreg-bin/jtreg/linux/bin:$PATH' - - 'cd /lava/tests/$TESTRUN_ID/test-definitions/openembedded/scripts' + - 'cd openembedded/scripts' - './jtreg-test -t hotspot-testlibrary -j $JAVA_VM -p $PRODUCT_HOME -- $JTREG_CONC $JTREG_TEST_MODE $JTREG_TIMEOUT -exclude:$JTREG_EXCLUDE_FILE $JTREG_VERBOSE $PRODUCT_HOME/jtreg/hotspot/test/testlibrary' parse: pattern: "(?P^(JTREG-SUCCESS|JTREG-FAIL))\\s+(?P(.*))" -- cgit v1.2.3