aboutsummaryrefslogtreecommitdiff
path: root/jtreg-build.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-04-08 19:58:12 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-04-08 19:58:12 +0300
commitd09a5cf81202bcb9852ad10d643a587e94f2a4a0 (patch)
tree99186df5da5587e0ffdf92343eebbb32a6b8bfd0 /jtreg-build.yaml
parent9b9e0e6ccb0dd46de4beae68a78161024e0abdcc (diff)
jtreg-build: update testng to 6.9.10
Change-Id: I4c119fa25dfdda8bad948f7f3ba3a84f0f984ae6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jtreg-build.yaml')
-rw-r--r--jtreg-build.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/jtreg-build.yaml b/jtreg-build.yaml
index 5ad2dec68f..4cd9e5b97c 100644
--- a/jtreg-build.yaml
+++ b/jtreg-build.yaml
@@ -53,10 +53,11 @@
fi
if [ ! -d testng ]; then
- wget http://testng.org/testng-6.8.zip
- unzip -o testng-6.8.zip
- mv testng-6.8 testng
+ mkdir testng
+ cd testng
+ wget http://repo1.maven.org/maven2/org/testng/testng/6.9.10/testng-6.9.10.jar
mv testng/testng-6.8.jar testng/testng.jar
+ cd ..
fi
if [ ! -d jcommander ]; then