-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We are seeing a bit of strange behavior in our CI tests only on windows runners.
Given this minimal example:
<!-- !test program
bash -c ">&2 echo foo"
-->
<!-- !test in blah -->
junk
<!-- !test err blah -->
foo
The test succeeds on MacOS and Linux (and on my local machine, running Ubuntu) but it fails on windows with
not ok 1 blah: error mismatch
---
expected stderr: |
foo
actual stderr: |
foo
program: |
bash -c ">&2 echo foo"
stdout: ''
input location: |
line 21
error location: |
line 24
program location: |
lines 16-18
Comparison with stdout works as expected.
Metadata
Metadata
Assignees
Labels
No labels