Skip to content

Commit

Permalink
Updated test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Nov 10, 2023
1 parent d971b6e commit 940252e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/commander/test_load_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,13 @@ tests:

test0300: # Create app, git url
command: ../clace app create --approve /ghload6 git@github.com:claceio/clace.git/examples/disk_usage
stdout: "App created. Permissions have been approved"
#stdout: "App created. Permissions have been approved"
stderr: ""
exit-code: 0
test0310: # Create app, git url with commit id
command: ../clace app create --approve --commit e6a3ebc00392bc7afebcc3a2cdb6e13273985704 /ghload7 git@github.com:claceio/clace.git/examples/disk_usage
stdout: "App created. Permissions have been approved"
#stdout: "App created. Permissions have been approved"
stderr: ""
exit-code: 0

test0900: # cleanup
Expand Down

0 comments on commit 940252e

Please sign in to comment.