diff --git a/source/dub/dub.d b/source/dub/dub.d index 709e828d7..51b53e347 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -1663,6 +1663,9 @@ class Dub { auto dub = new TestDub(null, ".", null, SkipPackageSuppliers.configured); immutable testdir = dub.fs.getcwd() ~ "test-determineDefaultCompiler"; + import std.stdio; + writeln("CWD: ", dub.fs.getcwd()); + writeln("testdir: ", testdir); immutable olddc = environment.get("DC", null); immutable oldpath = environment.get("PATH", null);