From f6cc4a1f8c33f569e37220b21ea9457ebdc69b67 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Oct 2016 18:55:53 +0300 Subject: Print full test info in test runner --- build2/test/script/script | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index 9fb2a28..8f918fc 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -32,6 +32,10 @@ namespace build2 { redirect_type type = redirect_type::none; string value; + + // Meaningul for here-documents only. Used for diagnostics. + // + string end_marker; }; struct command -- cgit v1.1