You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
25. test: fix path separator issue in createTestTempDir
- Replace slashes with underscores in test names on all platforms
- Fixes "pattern contains path separator" error in os.MkdirTemp
- Issue was causing test failures on Linux CI for subtests
- The slash replacement was only happening on Windows before
Signed-off-by: Guillaume de Rouville <guillaume@dagger.io>
0 commit comments