aboutsummaryrefslogtreecommitdiff
path: root/unit-tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-21 10:11:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:34 +0200
commitd7c4a08efd25ac11d5931a3bd2c50fbe717faa8b (patch)
treea2dcbbbd10aa5ca47c80b17015eecfa7add00fb8 /unit-tests
parent658731ac32fa2e06a9f2b1a8cfffc65090f9373e (diff)
Move exit status to command, make runner run commands, not tests
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/test/script/parser/driver.cxx2
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 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.
//