Kare Morstol
|
70319b54db
|
Update test scripts for SwiftShell 2.0.
Finally.
|
2015-10-16 03:52:47 +02:00 |
|
Kare Morstol
|
4d2fca7b74
|
Add operator |>> for printing anything to a writable stream.
Replaced all uses of writeTo with the new operator in unit tests, test scripts and readme.
|
2014-12-04 20:05:15 +01:00 |
|
Kare Morstol
|
a2985b049d
|
Add shell unit tests and update test scripts.
Run SwiftShellTests/Scripts/runtests.bash to perform all unit tests.
|
2014-11-26 20:58:22 +01:00 |
|
Kare Morstol
|
977888c03b
|
Rename "write" functions to "writeTo".
Because it makes more sense.
|
2014-10-25 19:17:07 +02:00 |
|
Kare Morstol
|
9136d17843
|
Use "|> write(standardoutput)" instead of " |> standardoutput". And support writing of sequences of strings.
Avoids the special case of "|> WriteableStreamType".
|
2014-10-15 23:03:42 +02:00 |
|
Kare Morstol
|
680608bd45
|
Made all test scripts executable for everyone.
|
2014-09-08 18:33:46 +02:00 |
|
Kare Morstol
|
9f3a12d57c
|
added shebang "#!/usr/bin/env swiftshell" to all test scripts.
|
2014-09-04 19:50:37 +02:00 |
|
Kare Morstol
|
96ab5a2070
|
Enable "func run (shellcommand: String) -> ReadableStreamType" to also be run by itself on a single line.
A thorough explanation is forthcoming.
|
2014-09-02 15:23:22 +02:00 |
|
Kare Morstol
|
45bc5b2ae2
|
Test script for streaming to standardOutput.
Renamed script.
|
2014-08-28 20:47:37 +02:00 |
|