< prev index next >

test/testlibrary_tests/OutputAnalyzerReportingTest.java

Print this page

        

@@ -26,10 +26,12 @@
  * @test
  * @summary Test the OutputAnalyzer reporting functionality,
  *     such as printing additional diagnostic info
  *     (exit code, stdout, stderr, command line, etc.)
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm OutputAnalyzerReportingTest
  */
 
 import java.io.ByteArrayOutputStream;
 import java.io.PrintStream;
 
< prev index next >