diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-24 07:00:56 -0400 |
---|---|---|
committer | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-05-25 21:33:35 -0400 |
commit | d06394ea255f9f65e96ceb6a0725c54ceb8c888b (patch) | |
tree | d91002c2bfe506dba05757bd10d07b7d06fc5db0 | |
parent | 818e6b9252f07b27fd025dd6853428ca1920da44 (diff) | |
download | systemtap-steved-d06394ea255f9f65e96ceb6a0725c54ceb8c888b.tar.gz systemtap-steved-d06394ea255f9f65e96ceb6a0725c54ceb8c888b.tar.xz systemtap-steved-d06394ea255f9f65e96ceb6a0725c54ceb8c888b.zip |
PR6550: add comment justifying "execrc"
-rw-r--r-- | testsuite/Makefile.am | 2 | ||||
-rw-r--r-- | testsuite/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 96f33200..2602a162 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -14,6 +14,8 @@ clean-local: DEJAZILLA=@dejazilla@ # automake's dejagnu library already runs check-DEJAGNU before check-local +# That's why we need to add "execrc" to $(RUNTEST) - to ensure that this +# subtarget gets run even if runtest per se exits with a failure. check-local: if test -n "$(DEJAZILLA)"; then mail $(DEJAZILLA) < systemtap.sum; fi diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 08c471fa..cc76cada 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -462,6 +462,8 @@ clean-local: -rm -rf .systemtap .cache_test 2>/dev/null # automake's dejagnu library already runs check-DEJAGNU before check-local +# That's why we need to add "execrc" to $(RUNTEST) - to ensure that this +# subtarget gets run even if runtest per se exits with a failure. check-local: if test -n "$(DEJAZILLA)"; then mail $(DEJAZILLA) < systemtap.sum; fi |