Author: sijskes
Date: Sat Sep 15 14:28:02 2012
New Revision: 1385073
URL: http://svn.apache.org/viewvc?rev=1385073&view=rev
Log:
converted / into - to help jenkins
Modified:
river/jtsk/trunk/hudson.xml
Modified: river/jtsk/trunk/hudson.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/hudson.xml?rev=1385073&r1=1385072&r2=1385073&view=diff
==============================================================================
--- river/jtsk/trunk/hudson.xml (original)
+++ river/jtsk/trunk/hudson.xml Sat Sep 15 14:28:02 2012
@@ -138,7 +138,7 @@
var iter = testfiles.iterator();
while( iter.hasNext() ) {
// println("-----")
- println(iter.next().getName())
+ println(iter.next().getName().replace("/","-"))
}
]]>
</script>