summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-11-28 17:14:17 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-11-28 17:14:17 +0000
commit94cb7a494697eb4e6cdf66a77aac277ee9759824 (patch)
treecb096be9f3b8ba7925e17b2eb0a2f7d48685327c
parent45ca965e51c1b21c442ce62bc920f1f097c1536b (diff)
Updates to match qa/test-definitions 2e175f49
commit 2e175f49decd3e6864c06ed0dc3ca7fbe7bbdd9b Author: Andrew McDermott <andrew.mcdermott@linaro.org> Date: Wed Nov 27 10:44:32 2013 +0000 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 <andrew.mcdermott@linaro.org>
-rwxr-xr-xmake-yaml-files.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/make-yaml-files.sh b/make-yaml-files.sh
index 3f44f08..5dcfae2 100755
--- a/make-yaml-files.sh
+++ b/make-yaml-files.sh
@@ -64,14 +64,13 @@ params:
install:
git-repos:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git
- - git://git.linaro.org/qa/test-definitions.git
EOF
IFS='' read -r -d '' t2 <<-'EOF'
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'
EOF
IFS=$oldifs