make test doesn't work on PHP_4_3

php.internals

Jan Schneider

23 years ago
/bin/sh: line 1: /home/jan/software/php43/: is a directory make: *** [test] Fehler 126 This is how the Makefile part looks like: test: $(SAPI_CLI_PATH) @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ TEST_PHP_SRCDIR=$(top_srcdir) \ CC="$(CC)" \ $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php $(TESTS) Jan.
-- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft

Jani Taskinen

23 years ago
Works fine here, get a fresh checkout. --Jani On Wed, 2 Jul 2003, Jan Schneider wrote:

Jan Schneider

23 years ago
Zitat von Jani Taskinen <sniper@iki.fi>:
> > Works fine here, get a fresh checkout.
Doh! You shouldn't try to run the tester if you compiled --without-cli. ;-)
> --Jani > > On Wed, 2 Jul 2003, Jan Schneider wrote: > > >/bin/sh: line 1: /home/jan/software/php43/: is a directory > >make: *** [test] Fehler 126 > > > >This is how the Makefile part looks like: > > > >test: $(SAPI_CLI_PATH) > > @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ > > TEST_PHP_SRCDIR=$(top_srcdir) \ > > CC="$(CC)" \ > > $(top_builddir)/$(SAPI_CLI_PATH) -d > 'open_basedir=' > >-d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php > >$(TESTS)
Jan.
-- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft