Skip to content

Commit

Permalink
dump Transcript output to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Henrichs committed Jun 18, 2012
1 parent f0faecd commit cc6092c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/travisCI.st
@@ -1,5 +1,13 @@
"Load the Sample tests ... travis has already done a `git clone`"
| gitPath |
true
ifTrue: [ "Tie Transcript to stdout"
FileDirectory default
fileNamed: 'FileStream-show.st'
do: [:fileStream | fileStream fileIn ].
(Smalltalk associationAt: #Transcript) value: FileStream stdout ].
Transcript cr; show: 'Loading Sample....'.

gitPath := (FileDirectory default directoryNamed: 'git_cache') fullName.
Metacello new
baseline: 'Sample';
Expand Down

0 comments on commit cc6092c

Please sign in to comment.