summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-12-03 10:45:53 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-12-03 10:45:53 +0000
commit5f683e7d7857cc458018b5fc8a501ba1f51cfc15 (patch)
tree59190b4c0b4660ef6fc28239618acc4681bb65dc /build
parentc95a8f39b97071c2f1a42e3d00cbec5fdd84e740 (diff)
downloadphp-git-5f683e7d7857cc458018b5fc8a501ba1f51cfc15.tar.gz
changed run-tests.php to use 'php -q' instead of 'php -f'
Diffstat (limited to 'build')
-rw-r--r--build/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules.mk b/build/rules.mk
index 4699e32a50..8459f6c0e6 100644
--- a/build/rules.mk
+++ b/build/rules.mk
@@ -54,7 +54,7 @@ distclean: distclean-recursive clean-x
php_config.h stamp-h Makefile build-defs.h php4.spec libphp4.module
test: $(top_builddir)/php
- @$(top_builddir)/php -f $(top_srcdir)/run-tests.php `pwd`
+ @$(top_builddir)/php -q $(top_srcdir)/run-tests.php `pwd`
include $(builddir)/.deps