diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-12-03 10:45:53 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-12-03 10:45:53 +0000 |
commit | 5f683e7d7857cc458018b5fc8a501ba1f51cfc15 (patch) | |
tree | 59190b4c0b4660ef6fc28239618acc4681bb65dc /build | |
parent | c95a8f39b97071c2f1a42e3d00cbec5fdd84e740 (diff) | |
download | php-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.mk | 2 |
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 |