diff options
Diffstat (limited to 'unit-tests/test/script/parser/driver.cxx')
-rw-r--r-- | unit-tests/test/script/parser/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/test/script/parser/driver.cxx b/unit-tests/test/script/parser/driver.cxx index 09fd6f5..4fd0489 100644 --- a/unit-tests/test/script/parser/driver.cxx +++ b/unit-tests/test/script/parser/driver.cxx @@ -120,7 +120,7 @@ namespace build2 // Parse and run. // - script s (tt, st); + script s (tt, st, dir_path (work) /= "test-driver"); print_runner r (scope); parser p; |