Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions testdata/script/stack_submit_with_assignees.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ git config spice.submit.assignees spice
# submit the entire stack from the middle.
git checkout feature1
gs stack submit --fill --assign alex --assign beatrice,cameron
cmpenv stderr $WORK/golden/submit-log.txt
stderr 'Created #1'
stderr 'Created #2'
stderr 'Created #3'

shamhub dump changes
cmpenvJSON stdout $WORK/golden/start.json
Expand All @@ -61,10 +63,6 @@ This is feature 2
-- repo/feature3.txt --
This is feature 3

-- golden/submit-log.txt --
INF Created #1: $SHAMHUB_URL/alice/example/change/1
INF Created #2: $SHAMHUB_URL/alice/example/change/2
INF Created #3: $SHAMHUB_URL/alice/example/change/3
-- golden/start.json --
[
{
Expand Down
Loading