From: Stefano Lattarini Date: Thu, 6 Oct 2011 16:56:16 +0000 (+0200) Subject: tests: fix spurious error in 'test-extensions.test' X-Git-Tag: ng-0.5a~89^2~29^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49088d88d626fc63317e0e4dd9d56138336da7c1;p=thirdparty%2Fautomake.git tests: fix spurious error in 'test-extensions.test' * tests/test-extensions.test: Call automake with the option `--add-missing', to ensure the required script `test-driver' gets installed. Note that the test still fails due to an internal error in automake, though. --- diff --git a/ChangeLog b/ChangeLog index 69bdc0183..46921923b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-10-06 Stefano Lattarini + + tests: fix spurious error in 'test-extensions.test' + * tests/test-extensions.test: Call automake with the option + `--add-missing', to ensure the required script `test-driver' + gets installed. Note that the test still fails due to an + internal error in automake, though. + 2011-10-06 Stefano Lattarini fix: make a test script executable diff --git a/tests/test-extensions.test b/tests/test-extensions.test index 1d5872c4e..c216d120d 100755 --- a/tests/test-extensions.test +++ b/tests/test-extensions.test @@ -36,7 +36,7 @@ TESTS = TEST_EXTENSIONS = .sh .T .t1 ._foo .BAR .x_Y_z ._ @ext@ END -$AUTOMAKE +$AUTOMAKE -a $EGREP -i 'log|ext' Makefile.in # For debugging.