[Swift-commit] r7821 - SwiftApps/swift-galaxy/swift
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Tue May 6 11:00:41 CDT 2014
Author: ketan
Date: 2014-05-06 11:00:41 -0500 (Tue, 06 May 2014)
New Revision: 7821
Modified:
SwiftApps/swift-galaxy/swift/test.sh
Log:
more tests
Modified: SwiftApps/swift-galaxy/swift/test.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/test.sh 2014-05-06 15:54:36 UTC (rev 7820)
+++ SwiftApps/swift-galaxy/swift/test.sh 2014-05-06 16:00:41 UTC (rev 7821)
@@ -9,4 +9,10 @@
./swiftforeach.sh range swiftK localhost "" bash x.sh "" 0 9 1 tmpoutrange b.log list2.out ""
echo "List, string input parameters"
-./swiftforeach.sh range swiftK localhost "" bash x.sh "" 0 9 1 tmpoutrange b.log list2.out "hello there!"
+./swiftforeach.sh range swiftK localhost "" bash x.sh "" 0 9 1 tmpoutrange b.log list2.out "hello there list!"
+
+echo "Range, string input parameters"
+./swiftforeach.sh range swiftK localhost "" bash x.sh "" 0 9 1 tmpoutrange b.log list2.out "hi there range!"
+
+echo "List, no input parameters and files stdin /dev/null"
+./swiftforeach.sh list swiftK localhost "" bash x.sh "/dev/null" list.txt tmpoutlist a.log list1.out ""
More information about the Swift-commit
mailing list