From 4414fca39ba5d8103b1b647d18e1718f84495ef6 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 26 Jul 2000 18:59:11 +0200 Subject: [PATCH] Make it possible to alter the test programs options in an automated way. Rev: src/Makefile.in:1.197 --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 881dc6c963..787ae8f471 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.196 2000/07/12 08:46:31 lange Exp $ +# $Id: Makefile.in,v 1.197 2000/07/26 16:59:11 nilsson Exp $ # # This line is needed on some machines. @@ -39,7 +39,7 @@ share_prefix = $(data_prefix)/pike man_prefix = $(prefix)/man # Arguments for test_pike.pike used by the verify targets. -TESTARGS = -a +# TESTARGS = -a # Arguments for install.pike used by the install targets. INSTALLARGS = --new-style -- GitLab