Commit 0cd90f8
committed
fix(test): use .exe extension on Windows for integration tests
- Fixes TestEndToEndIntegration failure on Windows
- go build produces cimis.exe on Windows but test was looking for cimis
- Use platform-appropriate executable name based on runtime.GOOS1 parent bfbd9e2 commit 0cd90f8
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments