On Tue, 12 Nov 2002, Tom Lane wrote: > "scott.marlowe" <[EMAIL PROTECTED]> writes: > > OK, make -x check fails, is there some other way to use -x I'm not > > thinking of here? > > I was thinking of running the script by hand, not via make: > > /bin/sh -x ./pg_regress --temp-install --top-builddir=../../.. >--schedule=./parallel_schedule --multibyte=SQL_ASCII
Ok, now that I've run it that way, the last couple of pages of output look like this: formatted=numeric + echo numeric ... \c EXPECTED=./expected/numeric numeric ... + expr abstime=abstime-solaris-1947 : numeric= + [ 0 -ne 0 ] + expr geometry=geometry-solaris-i386-pc : numeric= + [ 0 -ne 0 ] + expr horology=horology-solaris-1947 : numeric= + [ 0 -ne 0 ] + expr tinterval=tinterval-solaris-1947 : numeric= + [ 0 -ne 0 ] bestfile= bestdiff= result=2 + [ ! -r ./expected/numeric.out ] + diff -w ./expected/numeric.out ./results/numeric.out result=0 + break + echo ok ok + read line + [ 0 -ne 0 ] + [ -n 22844 ] + message shutting down postmaster _dashes=============== _spaces= + cut -c 1-38 + echo shutting down postmaster _msg=shutting down postmaster + echo ============== shutting down postmaster ============== ============== shutting down postmaster ============== + kill -15 22844 + unset postmaster_pid + rm -f /tmp/pg_regress.19030 + cat ./regression.out + grep \.\.\. + sed s/ //g + wc -l count_total=13 + cat ./regression.out + grep \.\.\. ok + + wc -l sed s/ //g count_ok=13 + cat ./regression.out + sed s/ //g + wc -l + grep \.\.\. FAILED count_failed=0 + cat ./regression.out + grep \.\.\. failed (ignored) + sed s/ //g + wc -l count_ignored=0 + echo + [ 13 -eq 13 ] msg=All 13 tests passed. result=0 + sed s/./=/g + echo All 13 tests passed. dashes======================= + echo ====================== ====================== + echo All 13 tests passed. All 13 tests passed. + echo ====================== ====================== + echo + [ -s ./regression.diffs ] + rm -f ./regression.diffs ./regression.out + exit 0 + exit savestatus=0 + [ -n ] + rm -f /tmp/pg_regress.19030 + exit 0 Hope that helps. ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html