Skip to content

Commit

Permalink
Merge pull request #273 from fniephaus/patch-1
Browse files Browse the repository at this point in the history
Update after smalltalkCI's API has been refactored
  • Loading branch information
dalehenrich committed Jun 14, 2016
2 parents 810ad3f + 785c6ce commit a52e32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testTode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git config --global user.name "Your Name"

$GS_HOME/bin/devKitCommandLine serverDoIt $1 << EOF
| testReport |
testReport := SmalltalkCI runCIFor: '$BASE/tests/smalltalkCI.ston' produceXMLLog: false.
testReport := SmalltalkCIGemstone loadAndTest: '$BASE/tests/smalltalkCI.ston' produceXMLLog: false.
System commitTransaction.
((testReport suiteFailures > 0) or: [testReport suiteErrors > 0 ])
ifTrue: [
Expand Down

0 comments on commit a52e32d

Please sign in to comment.