You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/07/14 15:04:54 UTC

svn commit: r964075 - /incubator/hise/trunk/itest/itest

Author: rr
Date: Wed Jul 14 15:04:54 2010
New Revision: 964075

URL: http://svn.apache.org/viewvc?rev=964075&view=rev
Log:
Using junit output for soapui itests

Modified:
    incubator/hise/trunk/itest/itest

Modified: incubator/hise/trunk/itest/itest
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/itest/itest?rev=964075&r1=964074&r2=964075&view=diff
==============================================================================
--- incubator/hise/trunk/itest/itest (original)
+++ incubator/hise/trunk/itest/itest Wed Jul 14 15:04:54 2010
@@ -58,7 +58,7 @@ while True:
         raise Exception("Bundle not installed")
 
 os.chdir(baseDir)
-syscall(SOAPUI_DIR + "/bin/testrunner.sh -f results hise-soapui-project.xml")
+syscall(SOAPUI_DIR + "/bin/testrunner.sh -j -f results hise-soapui-project.xml")
 child.sendline("shutdown")
 time.sleep(3)