automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: fix bug in dejagnu testcase


From: Pavel Raiskup
Subject: [PATCH] tests: fix bug in dejagnu testcase
Date: Mon, 27 Jun 2016 23:20:12 +0200

This resolves testsuite error:
ERROR: tcl error sourcing ./spanner.test/spanner.exp.
ERROR: couldn't execute "./spanner": no such file or directory
    while executing
"spawn $SPANNER"
    (file "./spanner.test/spanner.exp" line 2)
    invoked from within
"source ./spanner.test/spanner.exp"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 source ./spanner.test/spanner.exp"
    invoked from within
"catch "uplevel #0 source $test_file_name""

.. which was there probably for a very long time, but now with
dejagnu 1.6 the runtest binary started to validly exit with
non-zero status.

* t/check12.sh (Makefile.am): Also distribute files from
$(DEJATOOL) because otherwise 'runtest' binary fails later during
'make distcheck' because of incomplete list of distributed files.
---
 t/check12.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/check12.sh b/t/check12.sh
index 0f3928a..306c720 100644
--- a/t/check12.sh
+++ b/t/check12.sh
@@ -61,6 +61,7 @@ DEJATOOL = hammer spanner
 AM_RUNTESTFLAGS = HAMMER=$(srcdir)/hammer SPANNER=$(srcdir)/spanner
 EXTRA_DIST += hammer.test/hammer.exp
 EXTRA_DIST += spanner.test/spanner.exp
+EXTRA_DIST += $(DEJATOOL)
 END
 
 cat > hammer << 'END'
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]