Skip to content

Commit

Permalink
a little logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 16, 2023
1 parent c282ec7 commit 07a7d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ testProjectNew

| gitRootPath |
true ifTrue: [ ^self]. "bypass tests for issue #322"
Transcript cr; show: 'how did we get here?'.
self
evaluateCommandString: 'project --help new';
evaluateCommandString: 'project new --force Foo';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ testProjectNewCreateClass
"use --force early on to clean up anything leftover from previous failed runs"

true ifTrue: [ ^self]. "bypass tests for issue #322"
Transcript cr; show: 'how did we get here?'.
[ self evaluateCommandString: 'project new --force --stone --class Foo' ]
on: GsInteractionRequest
do: [ :ir |
Expand Down

0 comments on commit 07a7d64

Please sign in to comment.