From d94f6a2ff62ad31241854dccc6c07ab1ed863664 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 28 Nov 2012 16:03:52 +0100 Subject: Don't generate do-tests --- testing/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'testing/Makefile.am') diff --git a/testing/Makefile.am b/testing/Makefile.am index 2aa7d70bc..77e279b76 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,11 +1,3 @@ -noinst_SCRIPTS = do-tests -CLEANFILES = do-tests -EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \ +EXTRA_DIST = do-tests make-testing start-testing stop-testing \ testing.conf ssh_config hosts images scripts tests INSTALL README -do-tests : do-tests.in - sed \ - -e "s:\@routing_table\@:$(routing_table):" \ - $(srcdir)/$@.in > $@ - chmod +x $@ - -- cgit v1.2.3