[Swift-commit] r4161 - SwiftApps/SwiftR/Swift/tests

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Mar 2 16:04:53 CST 2011


Author: tga
Date: 2011-03-02 16:04:52 -0600 (Wed, 02 Mar 2011)
New Revision: 4161

Modified:
   SwiftApps/SwiftR/Swift/tests/batch_test.R
   SwiftApps/SwiftR/Swift/tests/cobalt_test.sub
Log:
Fixed cobalt test script.


Modified: SwiftApps/SwiftR/Swift/tests/batch_test.R
===================================================================
--- SwiftApps/SwiftR/Swift/tests/batch_test.R	2011-03-02 21:55:50 UTC (rev 4160)
+++ SwiftApps/SwiftR/Swift/tests/batch_test.R	2011-03-02 22:04:52 UTC (rev 4161)
@@ -21,7 +21,7 @@
     print("pbsf:")
     print(x3)
 }
-if (server == "sge")) {
+if (server == "sge") {
     x2 <- getNodeList("sge")
     print("sge:")
     print(x2)

Modified: SwiftApps/SwiftR/Swift/tests/cobalt_test.sub
===================================================================
--- SwiftApps/SwiftR/Swift/tests/cobalt_test.sub	2011-03-02 21:55:50 UTC (rev 4160)
+++ SwiftApps/SwiftR/Swift/tests/cobalt_test.sub	2011-03-02 22:04:52 UTC (rev 4161)
@@ -7,6 +7,6 @@
 
 echo GLOBUS_HOSTNAME $GLOBUS_HOSTNAME
 export GLOBUS_HOSTNAME=""
-Rscript `dirname $0`/cobalt_script.R cobalt
+Rscript `dirname $0`/batch_test.R cobalt
 
 




More information about the Swift-commit mailing list