agiledigital / agiledigital/toolform
Tests fail on Windows
Offen
- Vorherrschende Sprache
- Scala
- Sterne
- 3
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
If you use the native windows command prompt (not the Linux Subsystem) then you get test failures because of the reversed slash direction in Windows paths.
```
"Output directory [\tmp\foo\bar\baz] does not exist." did not start with substring "Output directory [/tmp/foo/bar/baz] does not exist" (GenerateMinikubeTest.scala:59)
```
We should probably normalise paths to prevent confusion to Windows users.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.