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 ======