Skip to content

Commit

Permalink
turn off the tracing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Henrichs committed Jun 18, 2012
1 parent 0a625a4 commit 7e4b9eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/travisCI.st
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"Load the Sample tests ... travis has already done a `git clone`"
| gitPath |
true
ifTrue: [ "Tie Transcript to stdout"
false
ifTrue: [ "Tie Transcript to stdout and skip retry logic"
MetacelloCommonMCSpecLoader retryPackageResolution: false.
FileDirectory default
fileNamed: 'FileStream-show.st'
do: [:fileStream | fileStream fileIn ].
(Smalltalk associationAt: #Transcript) value: FileStream stdout ].
Transcript cr; show: 'Loading Sample....'.
(Smalltalk associationAt: #Transcript) value: FileStream stdout.
Transcript cr; show: 'Loading Sample....' ].

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

0 comments on commit 7e4b9eb

Please sign in to comment.