mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 22:51:19 +08:00
[Java] TestNG outputs more verbose error messages (#4507)
[Java] TestNG outputs more verbose error messages
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
||||
<suite name="RAY suite">
|
||||
<suite name="RAY suite" verbose="2">
|
||||
<test name = "RAY test" >
|
||||
<packages>
|
||||
<package name = "org.ray.api.test.*" />
|
||||
|
||||
Reference in New Issue
Block a user