Repository: maven-surefire
Updated Branches:
  refs/heads/master d6f38165d -> 66dec2e58


[INFRA-14098] just a test and revert


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/66dec2e5
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/66dec2e5
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/66dec2e5

Branch: refs/heads/master
Commit: 66dec2e586b0d0343f4ce1ae1a91a36bb2856e26
Parents: d6f3816
Author: Tibor17 <tibo...@lycos.com>
Authored: Sat May 13 19:07:31 2017 +0200
Committer: Tibor17 <tibo...@lycos.com>
Committed: Sat May 13 19:07:31 2017 +0200

----------------------------------------------------------------------
 .../org/apache/maven/surefire/util/DefaultDirectoryScannerTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/66dec2e5/surefire-api/src/test/java/org/apache/maven/surefire/util/DefaultDirectoryScannerTest.java
----------------------------------------------------------------------
diff --git 
a/surefire-api/src/test/java/org/apache/maven/surefire/util/DefaultDirectoryScannerTest.java
 
b/surefire-api/src/test/java/org/apache/maven/surefire/util/DefaultDirectoryScannerTest.java
index 4b24292..c54ba83 100644
--- 
a/surefire-api/src/test/java/org/apache/maven/surefire/util/DefaultDirectoryScannerTest.java
+++ 
b/surefire-api/src/test/java/org/apache/maven/surefire/util/DefaultDirectoryScannerTest.java
@@ -37,6 +37,7 @@ public class DefaultDirectoryScannerTest
     public void testLocateTestClasses()
         throws IOException, TestSetFailedException
     {
+        System.out.println( "jdk9path=" + System.getProperty( "jdk9path" ) );
         // use target as people can configure ide to compile in an other place 
than maven
         File baseDir = new File( new File( "target" ).getCanonicalPath() );
         List<String> include = new ArrayList<String>();

Reply via email to