From d7c4a08efd25ac11d5931a3bd2c50fbe717faa8b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Oct 2016 10:11:57 +0200 Subject: Move exit status to command, make runner run commands, not tests --- unit-tests/test/script/parser/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit-tests') diff --git a/unit-tests/test/script/parser/driver.cxx b/unit-tests/test/script/parser/driver.cxx index 5e24faa..1703f47 100644 --- a/unit-tests/test/script/parser/driver.cxx +++ b/unit-tests/test/script/parser/driver.cxx @@ -29,7 +29,7 @@ namespace build2 { public: virtual void - run (const test& t) override + run (const command& t) override { // Here we assume we are running serially. // -- cgit v1.1