diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-10-27 18:08:12 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:36 +0200 |
commit | b3e6cb1b899dcc6b3488f10d8eee437a6f87ad15 (patch) | |
tree | ecc0a77c4fe0c823b4a4960c626ba4835c46e20d /tests/test/script/runner/buildfile | |
parent | 94f807424dbf1ed7c33ba7826f1b19b49c413b63 (diff) |
Add support of merge redirect to testscript runner
Diffstat (limited to 'tests/test/script/runner/buildfile')
-rw-r--r-- | tests/test/script/runner/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index c91f940..ddab8a5 100644 --- a/tests/test/script/runner/buildfile +++ b/tests/test/script/runner/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} test{testscript} +exe{driver}: cxx{driver} test{redirect status} include ../../../../../build2/ |