From aa79de0b9a1e214e923139c25b02b5313a6305a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Oct 2016 14:55:06 +0200 Subject: Implement creation/cleanup of testscript root working directory --- unit-tests/test/script/parser/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit-tests/test/script/parser/driver.cxx') 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; -- cgit v1.1