aboutsummaryrefslogtreecommitdiff
path: root/Makefile.programs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-10-27 00:28:04 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-10-27 00:28:04 +0000
commit93eb208c93d29cf2bbb39c60b5ee7b9f125b1e7d (patch)
treeb38269db2cf4bbf08b0b2e73ca82b4574587fcaa /Makefile.programs
parent9d53cf986d9812e13c7de1ae6850b7a8124d49f1 (diff)
test-suite: Update TEST=simple to show compile errors in log.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@166845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.programs')
-rw-r--r--Makefile.programs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.programs b/Makefile.programs
index 686933aa..c4cf1b90 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -129,7 +129,7 @@ RUNSAFELY := $(RUNSAFELY) -u $(RUNUNDER)
endif
RUNSAFELY := $(RUNSAFELY) -t "$(TIMEIT_TARGET)"
-RUNSAFELYLOCAL := $(RUNSAFELYLOCAL) -t "$(TIMEIT)"
+RUNSAFELYLOCAL := $(RUNSAFELYLOCAL) --show-errors -t "$(TIMEIT)"
ifdef NO_WATCHDOG
$(warning "NO_WATCHDOG make variable is no longer needed, please remove!")