From 56f80ad703c6f7cf366c46b4ad1a6f261967eb87 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 13 Feb 2012 13:46:40 +0000 Subject: regressions: One test is not being run. rhbz727178.sh exists, but historically was never added to the list of tests, so it doesn't run. Create a special variable for this test and ensure it is added to EXTRA_DIST. Test was originally added in commit d7356a2801130907997acd5c7502e8417566e782. (cherry picked from commit 1b15e543a8efee027451dcfb68743d35eda95dfc) --- tests/regressions/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/regressions/Makefile.am b/tests/regressions/Makefile.am index c7784c2a..97e0e671 100644 --- a/tests/regressions/Makefile.am +++ b/tests/regressions/Makefile.am @@ -28,6 +28,9 @@ TESTS = \ rhbz690819.sh \ test-noexec-stack.pl +tests_not_run = \ + rhbz727178.sh + random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null) TESTS_ENVIRONMENT = \ @@ -47,5 +50,6 @@ rhbz501893_LDADD = \ EXTRA_DIST = \ $(TESTS) \ + $(tests_not_run) \ rhbz557655-expected.stdout \ rhbz557655-expected.stderr -- cgit