Skip to content

Commit 185334e

Browse files
committed
fix windows integration test pathing issue
1 parent 775b476 commit 185334e

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

commander_unix.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,10 @@ tests:
128128
config:
129129
env:
130130
USER: from_parent
131-
command: ./commander test https://raw.githubusercontent.com/commander-cli/commander/master/integration/unix/commander_test.yaml
131+
command: ./commander test https://raw.githubusercontent.com/commander-cli/commander/master/integration/unix/remote_http.yaml
132132
stdout:
133133
contains:
134-
- ✓ [local] it should exit with error code
135-
- "- [local] it should skip, was skipped"
136-
line-count: 17
134+
- ✓ [local] hello world
137135
exit-code: 0
138136

139137
test retries with stdin:

commander_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tests:
6565
exit-code: 1
6666

6767
test retries with stdin:
68-
command: type integration/windows/retries.yaml | commander.exe test -
68+
command: type integration\windows\retries.yaml | commander.exe test -
6969
stdout:
7070
contains:
7171
- ✗ [local] echo hello, retries 3

0 commit comments

Comments
 (0)