[Swift-commit] r7820 - SwiftApps/swift-galaxy/swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Tue May 6 10:54:36 CDT 2014


Author: ketan
Date: 2014-05-06 10:54:36 -0500 (Tue, 06 May 2014)
New Revision: 7820

Added:
   SwiftApps/swift-galaxy/swift/test.sh
Removed:
   SwiftApps/swift-galaxy/swift/swiftforeachtest.sh
Log:
rename


Deleted: SwiftApps/swift-galaxy/swift/swiftforeachtest.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachtest.sh	2014-05-06 15:27:53 UTC (rev 7819)
+++ SwiftApps/swift-galaxy/swift/swiftforeachtest.sh	2014-05-06 15:54:36 UTC (rev 7820)
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-#!/bin/bash
-
-./swiftforeach.sh list swiftK localhost "" bash x.sh "" list.txt tmpoutlist a.log list1.out ""
-./swiftforeach.sh range swiftK localhost "" bash x.sh "" 0 9 1 tmpoutrange b.log list2.out ""

Copied: SwiftApps/swift-galaxy/swift/test.sh (from rev 7819, SwiftApps/swift-galaxy/swift/swiftforeachtest.sh)
===================================================================
--- SwiftApps/swift-galaxy/swift/test.sh	                        (rev 0)
+++ SwiftApps/swift-galaxy/swift/test.sh	2014-05-06 15:54:36 UTC (rev 7820)
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+#!/bin/bash
+
+echo "List, no input parameters and files"
+./swiftforeach.sh list swiftK localhost "" bash x.sh "" list.txt tmpoutlist a.log list1.out ""
+
+echo "Range, no input parameters and files"
+./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!"




More information about the Swift-commit mailing list