From d2b324a72fdf16fcd68e6ba7ca0280aa95de4b71 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Mar 2017 15:55:04 +0300 Subject: Add support for >! test command redirect --- build2/test/script/token.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/test/script/token.cxx') diff --git a/build2/test/script/token.cxx b/build2/test/script/token.cxx index a4d658a..3d3dc8e 100644 --- a/build2/test/script/token.cxx +++ b/build2/test/script/token.cxx @@ -41,6 +41,7 @@ namespace build2 case token_type::out_pass: os << q << ">|" << q; break; case token_type::out_null: os << q << ">-" << q; break; + case token_type::out_trace: os << q << ">!" << q; break; case token_type::out_merge: os << q << ">&" << q; break; case token_type::out_str: os << q << '>' << v << q; break; case token_type::out_doc: os << q << ">>" << v << q; break; -- cgit v1.1