8153165: Fix MX tool config script to make the tool work with TESTNG
authorkshefov
Fri, 01 Apr 2016 10:43:35 +0300
changeset 38019 28b6a97849ed
parent 38018 1dc6c6f21231
child 38021 884254d3426c
child 38022 342a29d198d8
8153165: Fix MX tool config script to make the tool work with TESTNG Reviewed-by: dnsimon, twisti
hotspot/.mx.jvmci/suite.py
--- a/hotspot/.mx.jvmci/suite.py	Wed Apr 06 10:29:26 2016 -0700
+++ b/hotspot/.mx.jvmci/suite.py	Fri Apr 01 10:43:35 2016 +0300
@@ -164,7 +164,7 @@
       "subDir" : "test/compiler/jvmci",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "mx:TESTNG",
+        "TESTNG",
         "jdk.vm.ci.hotspot",
       ],
       "checkstyle" : "jdk.vm.ci.services",