From 28e9aab35b4baf36ada69ace23aeda40b9c38569 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 16 Jun 2004 06:25:28 +0000 Subject: [PATCH] Minor typo: really enable verbose output when command fails. [SVN r23105] --- src/tools/testing.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/testing.jam b/src/tools/testing.jam index 521d17d17..983ccb5c6 100644 --- a/src/tools/testing.jam +++ b/src/tools/testing.jam @@ -352,7 +352,7 @@ actions capture-output bind INPUT_FILES output-file $(ENDIF) $(SHELL_SET)verbose=$(VERBOSE_TEST) if $(STATUS_NOT_0) - $(SHELL_SET)verbose=0 + $(SHELL_SET)verbose=1 $(ENDIF) if $(VERBOSE) echo ====== BEGIN OUTPUT ======