> . Only run t_htdig test (make TESTS=t_htdig check) > . Make sure test/var/htdig directory has been created > No -> it gives me a good hint : is mkdir -p working on your system ? > Yes -> could you modify t_htdig as follow: Here it is. The file seems to exits (see bottom of output). ... Making check in test make[1]: Entering directory `/opt/htdig/src/htdig-3.2.0b1-020600/test' make MAKE="make" check-TESTS make[2]: Entering directory `/opt/htdig/src/htdig-3.2.0b1-020600/test' WordDB: /opt/htdig/src/htdig-3.2.0b1-020600/test/var/htdig/db.words.db: No such file or directory WordDB: Db::open: No such file or directory running htdig: expected http://localhost:7400/set1/ http://localhost:7400/set1/script.html http://localhost:7400/set1/site1.html http://localhost:7400/set1/site2.html http://localhost:7400/set1/site3.html http://localhost:7400/set1/site4.html http://localhost:7400/set1/title.html but got FAIL: t_htdig =================== 1 of 1 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory `/opt/htdig/src/htdig-3.2.0b1-020600/test' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/opt/htdig/src/htdig-3.2.0b1-020600/test' make: *** [check-recursive] Error 1 [msql@chaos htdig-3.2.0b1-020600]$ ls -al /opt/htdig/src/htdig-3.2.0b1-020600/test/var/htdig/db.words.db -rw-r--r-- 1 msql www 16384 Feb 9 16:15 /opt/htdig/src/htdig-3.2.0b1-020600/test/var/htdig/db.words.db [msql@chaos htdig-3.2.0b1-020600]$ Mkdir -p output: [msql@chaos htdig-3.2.0b1-020600]$ mkdir -p /tmp/tmpdir/tmpdir/tmpdir/tmpdir/tmpdir [msql@chaos htdig-3.2.0b1-020600]$ ls -al /tmp/tmpdir/tmpdir/tmpdir/tmpdir/tmpdir total 0 drwxr-xr-x 2 msql www 96 Feb 9 16:17 ./ drwxr-xr-x 3 msql www 96 Feb 9 16:17 ../ [msql@chaos htdig-3.2.0b1-020600]$ Now for your last request (watch for word wrap!): > . ./test_functions > > echo $htdig "$@" -t -i -c $testdir/conf/htdig.conf > exit 0 > $htmerge -c $testdir/conf/htdig.conf > run it. > Run the command echoed with truss and analyze the result or send it > directly to me (preferable compressed :-). > [msql@chaos test]$ make TESTS=t_htdig check make MAKE="make" check-TESTS make[1]: Entering directory `/opt/htdig/src/htdig-3.2.0b1-020600/test' ../htdig/htdig -t -i -c /opt/htdig/src/htdig-3.2.0b1-020600/test/conf/htdig.conf PASS: t_htdig ================== All 1 tests passed ================== make[1]: Leaving directory `/opt/htdig/src/htdig-3.2.0b1-020600/test' [msql@chaos test]$ On Tue, 8 Feb 2000 [EMAIL PROTECTED] wrote: > > Thanks a lot for your help, You're welcome.... --jesse -------------------------------------------------------------------- J. op den Brouw Johanna Westerdijkplein 75 Haagse Hogeschool 2521 EN DEN HAAG Sector Techniek Netherlands Afdeling Elektrotechniek +31 70 4458936 -------------------- [EMAIL PROTECTED] -------------------- Linux - because reboots are for hardware changes ------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to [EMAIL PROTECTED] You will receive a message to confirm this.
