agiledigital / toolform

Toolform is a "DevOps" utility for defining repeatable deployment environments so that applications can be developed independently of their deployment environment.
Apache License 2.0
3 stars 3 forks source link

Tests fail on Windows #32

Open NoxHarmonium opened 6 years ago

NoxHarmonium commented 6 years ago

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.