aboutsummaryrefslogtreecommitdiff
path: root/Makefile.programs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-03-17 17:59:53 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-03-17 17:59:53 +0000
commitabc6074c369b833e340aa97783e4dbae47b1c688 (patch)
treee7626d5d7e77da818788360a150492f5eec884fc /Makefile.programs
parentf16e4dd57b07e1987042f48cd3a141871324cdf8 (diff)
[test-suite] Change RunSafely to use the timeit --timeout option, instead of
TimedExec.sh. - Also eliminate NO_WATCHDOG option, and TimedExec.sh script itself. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@152995 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 7f3f0b9b..7bc75d88 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -132,7 +132,7 @@ RUNSAFELY := $(RUNSAFELY) -t "$(TIMEIT_TARGET)"
RUNSAFELYLOCAL := $(RUNSAFELYLOCAL) -t "$(TIMEIT)"
ifdef NO_WATCHDOG
-RUNSAFELY := $(RUNSAFELY) -nw
+$(warning "NO_WATCHDOG make variable is no longer needed, please remove!")
endif
RUNSAFELY := $(RUNSAFELY) $(RUNTIMELIMIT) $(EXIT_OK)