|
From: Rocky B. <ro...@gn...> - 2008-12-03 18:28:55
|
This doesn't look like a serious failure. (If you've ever run the
tests that come with bash, these messages are pretty tame compared to
those.)
But in the interest of tracking down every last detail..
The interrupt test shows a difference although the status was
"PASS". the interrupt test is a bit flaky and tricky and it works
differently on bash 4.0. As best as I can tell (and I may have this
wrong), your run has an extra or missing newline at the end of the
output.
The only failure was test-sig. And what seems to be different is the
status of various signals for SIGINT and SIGTERM ("stop" versus
"nostop" and "print" versus "noprint"). Why the difference? I'm not
sure. The routine _Dbg_init_default_traps() in lib/sig.sh called from
bashdb is supposed to set these to "stop" and "print".
I'd be curious if inside the debugger one can set these. The gdb-like
command that does this is "handle" as in "handle INT stop" and then to
see the result I think "info handle" will show the result. (Would be
nice to add command like "info handle INT" to show just how INT is
handled.)
Finally, if you are packaging this for others, especially as part of a
distribution, it might be good to compile with the readarray turned
on. Reading a large script like a configure script (typically 20K
lines line) will be slow without this builtin. Bash 4.0 will come with
this builtin (renamed to something like "maparray").
On Wed, Dec 3, 2008 at 12:46 PM, adrian hodson <no....@gm...> wrote:
>
> checking for g77... no
> checking for xlf... no
> checking for f77... no
> checking for frt... no
> checking for pgf77... no
> checking for cf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for xlf90... no
> checking for f90... no
> checking for pgf90... no
> checking for pghpf... no
> checking for epcf90... no
> checking for gfortran... no
> checking for g95... no
> checking for xlf95... no
> checking for f95... no
> checking for fort... no
> checking for ifort... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for ftn... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether accepts -g... no
> checking the maximum length of command line arguments... 1572864
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports
> shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld -m elf_x86_64
> checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
> shared libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ static flag -static works... no
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
> shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> (cached) (cached) checking how to hardcode library paths into
> programs... immediate
> appending configuration tag "F77" to libtool
> checking for diff... /usr/bin/diff
> adding -w to diff in regression tests
> adding --unified to diff in regression tests
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating builtin/Makefile
> config.status: creating command/Makefile
> config.status: creating doc/Makefile
> config.status: creating lib/Makefile
> config.status: creating test/Makefile
> config.status: creating test/data/Makefile
> config.status: creating test/example/Makefile
> config.status: creating test/integration/Makefile
> config.status: creating test/unit/Makefile
> config.status: creating bashdb
> config.status: creating test/example/bugIFS.sh
> config.status: creating test/example/hanoi.sh
> config.status: creating test/example/interrupt.sh
> config.status: creating test/example/bug-args.sh
> config.status: creating test/unit/test-alias.sh
> config.status: creating test/unit/test-bashdb-trace.sh
> config.status: creating test/unit/test-break.sh
> config.status: creating test/unit/test-columns.sh
> config.status: creating test/unit/test-file.sh
> config.status: creating test/unit/test-fns.sh
> config.status: creating test/unit/test-frame.sh
> config.status: creating test/unit/test-io.sh
> config.status: creating test/unit/test-pre.sh
> config.status: creating test/unit/test-run.sh
> config.status: creating test/unit/test-save-restore.sh
> config.status: creating test/unit/test-set0.sh
> config.status: creating test/unit/test-sort.sh
> config.status: creating bashdb-main.inc
> config.status: creating bashdb-trace
> config.status: creating dbg-main.sh
> config.status: creating doc/macros.texi
> config.status: creating emacs/Makefile
> config.status: creating test/integration/check-common.sh
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing default commands
>
> =========================================================
> Bash version: GNU bash, version 3.2.19(2)-release (x86_64-mandriva-linux-gnu)
> Copyright (C) 2005 Free Software Foundation, Inc.
> Location: /bin/bash
> We will not try to build the builtins to speed up loading and set $0.
> We will not install GNU Emacs files.
> [adrian@localhost bashdb-4.0-0.2]$ make && make check
> make all-recursive
> make[1]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2'
> Making all in command
> make[2]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/command'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/command'
> Making all in lib
> make[2]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/lib'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/lib'
> Making all in doc
> make[2]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/doc'
> texi2html ./bashdb.texi || true
> /bin/sh: texi2html: command not found
> make[2]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/doc'
> Making all in test
> make[2]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test'
> Making all in unit
> make[3]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/unit'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/unit'
> Making all in data
> make[3]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/data'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/data'
> Making all in example
> make[3]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/example'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/example'
> Making all in integration
> make[3]: Entering directory
> `/home/adrian/Desktop/bashdb-4.0-0.2/test/integration'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory
> `/home/adrian/Desktop/bashdb-4.0-0.2/test/integration'
> make[3]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test'
> make[2]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test'
> make[2]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2'
> make[1]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2'
> Making check in command
> make[1]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/command'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/command'
> Making check in lib
> make[1]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/lib'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/lib'
> Making check in doc
> make[1]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/doc'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/doc'
> Making check in test
> make[1]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test'
> Making check in unit
> make[2]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/unit'
> make check-TESTS
> make[3]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/unit'
> test_alias
>
> Ran 1 test.
>
> OK
> PASS: test-alias.sh
> test_breakpoint
>
> Ran 1 test.
>
> OK
> PASS: test-break.sh
> test_preserve_set_opts
> bash debugger, release 4.0-0.2
>
> Copyright 2002, 2003, 2004, 2006, 2007, 2008 Rocky Bernstein
> This is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
>
>
> Ran 1 test.
>
> OK
> PASS: test-bashdb-trace.sh
> test_columnized
>
> Ran 1 test.
>
> OK
> PASS: test-columns.sh
> test_glob_filename
> test_adjust_filename
> test_resolve_expand_filename
>
> Ran 3 tests.
>
> OK
> PASS: test-file.sh
> test_copies
> test_defined
> test_esc_dq
> test_is_function
> test_traced
> test_onoff
> test_parse_linespec
> test_set_debugger_internal
> test_set_q
> test_split
>
> Ran 10 tests.
>
> OK
> PASS: test-fns.sh
> test_print_frame
> test_frame_adjust
>
> Ran 2 tests.
>
> OK
> PASS: test-frame.sh
> test_msg
> test_undefined
> test_progress_show
>
> Ran 3 tests.
>
> OK
> PASS: test-io.sh
> test_expand_filename
> test_do_show_version
>
> Ran 2 tests.
>
> OK
> PASS: test-pre.sh
> test_not_running
>
> Ran 1 test.
>
> OK
> PASS: test-run.sh
> test_sort
>
> Ran 1 test.
>
> OK
> PASS: test-sort.sh
> test_save_restore_IFS_PS4
>
> Ran 1 test.
>
> OK
> PASS: test-save-restore.sh
> ===================
> All 12 tests passed
> ===================
> make[3]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/unit'
> make[2]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/unit'
> Making check in data
> make[2]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/data'
> make action.cmd action.right brkpt1.cmd brkpt1.right brkpt2.cmd
> brkpt2.right brkpt3.cmd brkpt3.right bug-args.cmd bug-args.right
> bug-source.cmd bug-source.right bugIFS.cmd bugIFS.right command.cmd
> command.right complete.cmd complete.right continue.cmd debug.cmd
> debug.right debug2.cmd display.cmd display.right finish.cmd
> finish.right frame.cmd frame.right interrupt.right list.cmd list.right
> lopts.right misc-output.right misc.cmd misc.right multi1.cmd
> multi1.right multi2.cmd multi2.right multi3.cmd multi3.right
> multi4.cmd multi4.right parm.cmd parm.right prof1.cmd prof2.cmd
> quit.cmd restart.cmd restart.right restart2.cmd search.cmd
> search.right setshow.cmd setshow.right settrace.cmd settrace.right
> sig.cmd sig.right skip.cmd skip.right sopts.right subshell1.cmd
> subshell1.right subshell2.cmd subshell2.right subshell3.cmd
> subshell3.right subshell4.cmd subshell4.right tbreak.cmd tbreak.right
> trace.right trace2.right watch1.cmd watch1.right watch2.cmd
> watch2.right
> make[3]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/data'
> make[3]: Nothing to be done for `action.cmd'.
> make[3]: Nothing to be done for `action.right'.
> make[3]: Nothing to be done for `brkpt1.cmd'.
> make[3]: Nothing to be done for `brkpt1.right'.
> make[3]: Nothing to be done for `brkpt2.cmd'.
> make[3]: Nothing to be done for `brkpt2.right'.
> make[3]: Nothing to be done for `brkpt3.cmd'.
> make[3]: Nothing to be done for `brkpt3.right'.
> make[3]: Nothing to be done for `bug-args.cmd'.
> make[3]: Nothing to be done for `bug-args.right'.
> make[3]: Nothing to be done for `bug-source.cmd'.
> make[3]: Nothing to be done for `bug-source.right'.
> make[3]: Nothing to be done for `bugIFS.cmd'.
> make[3]: Nothing to be done for `bugIFS.right'.
> make[3]: Nothing to be done for `command.cmd'.
> make[3]: Nothing to be done for `command.right'.
> make[3]: Nothing to be done for `complete.cmd'.
> make[3]: Nothing to be done for `complete.right'.
> make[3]: Nothing to be done for `continue.cmd'.
> make[3]: Nothing to be done for `debug.cmd'.
> make[3]: Nothing to be done for `debug.right'.
> make[3]: Nothing to be done for `debug2.cmd'.
> make[3]: Nothing to be done for `display.cmd'.
> make[3]: Nothing to be done for `display.right'.
> make[3]: Nothing to be done for `finish.cmd'.
> make[3]: Nothing to be done for `finish.right'.
> make[3]: Nothing to be done for `frame.cmd'.
> make[3]: Nothing to be done for `frame.right'.
> make[3]: Nothing to be done for `interrupt.right'.
> make[3]: Nothing to be done for `list.cmd'.
> make[3]: Nothing to be done for `list.right'.
> make[3]: Nothing to be done for `lopts.right'.
> make[3]: Nothing to be done for `misc-output.right'.
> make[3]: Nothing to be done for `misc.cmd'.
> make[3]: Nothing to be done for `misc.right'.
> make[3]: Nothing to be done for `multi1.cmd'.
> make[3]: Nothing to be done for `multi1.right'.
> make[3]: Nothing to be done for `multi2.cmd'.
> make[3]: Nothing to be done for `multi2.right'.
> make[3]: Nothing to be done for `multi3.cmd'.
> make[3]: Nothing to be done for `multi3.right'.
> make[3]: Nothing to be done for `multi4.cmd'.
> make[3]: Nothing to be done for `multi4.right'.
> make[3]: Nothing to be done for `parm.cmd'.
> make[3]: Nothing to be done for `parm.right'.
> make[3]: Nothing to be done for `prof1.cmd'.
> make[3]: Nothing to be done for `prof2.cmd'.
> make[3]: Nothing to be done for `quit.cmd'.
> make[3]: Nothing to be done for `restart.cmd'.
> make[3]: Nothing to be done for `restart.right'.
> make[3]: Nothing to be done for `restart2.cmd'.
> make[3]: Nothing to be done for `search.cmd'.
> make[3]: Nothing to be done for `search.right'.
> make[3]: Nothing to be done for `setshow.cmd'.
> make[3]: Nothing to be done for `setshow.right'.
> make[3]: Nothing to be done for `settrace.cmd'.
> make[3]: Nothing to be done for `settrace.right'.
> make[3]: Nothing to be done for `sig.cmd'.
> make[3]: Nothing to be done for `sig.right'.
> make[3]: Nothing to be done for `skip.cmd'.
> make[3]: Nothing to be done for `skip.right'.
> make[3]: Nothing to be done for `sopts.right'.
> make[3]: Nothing to be done for `subshell1.cmd'.
> make[3]: Nothing to be done for `subshell1.right'.
> make[3]: Nothing to be done for `subshell2.cmd'.
> make[3]: Nothing to be done for `subshell2.right'.
> make[3]: Nothing to be done for `subshell3.cmd'.
> make[3]: Nothing to be done for `subshell3.right'.
> make[3]: Nothing to be done for `subshell4.cmd'.
> make[3]: Nothing to be done for `subshell4.right'.
> make[3]: Nothing to be done for `tbreak.cmd'.
> make[3]: Nothing to be done for `tbreak.right'.
> make[3]: Nothing to be done for `trace.right'.
> make[3]: Nothing to be done for `trace2.right'.
> make[3]: Nothing to be done for `watch1.cmd'.
> make[3]: Nothing to be done for `watch1.right'.
> make[3]: Nothing to be done for `watch2.cmd'.
> make[3]: Nothing to be done for `watch2.right'.
> make[3]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/data'
> make[2]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/data'
> Making check in example
> make[2]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/example'
> make bug-args.sh.in bugIFS.sh.in dbg-test1.sh dbg-test1.sub
> dbg-test2.sh debug.sh hanoi.sh.in interrupt.sh.in parm.sh
> restartbug.sh settrace.sh skip.sh subshell.sh
> make[3]: Entering directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/example'
> make[3]: Nothing to be done for `bug-args.sh.in'.
> make[3]: Nothing to be done for `bugIFS.sh.in'.
> make[3]: Nothing to be done for `dbg-test1.sh'.
> make[3]: Nothing to be done for `dbg-test1.sub'.
> make[3]: Nothing to be done for `dbg-test2.sh'.
> make[3]: Nothing to be done for `debug.sh'.
> make[3]: Nothing to be done for `hanoi.sh.in'.
> make[3]: Nothing to be done for `interrupt.sh.in'.
> make[3]: Nothing to be done for `parm.sh'.
> make[3]: Nothing to be done for `restartbug.sh'.
> make[3]: Nothing to be done for `settrace.sh'.
> make[3]: Nothing to be done for `skip.sh'.
> make[3]: Nothing to be done for `subshell.sh'.
> make[3]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/example'
> make[2]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test/example'
> Making check in integration
> make[2]: Entering directory
> `/home/adrian/Desktop/bashdb-4.0-0.2/test/integration'
> make brkpt1.tests brkpt2.tests brkpt3.tests check-common.sh.in
> interrupt.tests interrupt-3.tests lopts.tests multi.sh setshow.tests
> settrace.tests sig.sh sig.tests sopts.tests subshell1.tests
> subshell2.tests subshell3.tests subshell4.tests trace.tests
> trace2.tests
> make[3]: Entering directory
> `/home/adrian/Desktop/bashdb-4.0-0.2/test/integration'
> make[3]: Nothing to be done for `brkpt1.tests'.
> make[3]: Nothing to be done for `brkpt2.tests'.
> make[3]: Nothing to be done for `brkpt3.tests'.
> make[3]: Nothing to be done for `check-common.sh.in'.
> make[3]: Nothing to be done for `interrupt.tests'.
> make[3]: Nothing to be done for `interrupt-3.tests'.
> make[3]: Nothing to be done for `lopts.tests'.
> make[3]: Nothing to be done for `multi.sh'.
> make[3]: Nothing to be done for `setshow.tests'.
> make[3]: Nothing to be done for `settrace.tests'.
> make[3]: Nothing to be done for `sig.sh'.
> make[3]: Nothing to be done for `sig.tests'.
> make[3]: Nothing to be done for `sopts.tests'.
> make[3]: Nothing to be done for `subshell1.tests'.
> make[3]: Nothing to be done for `subshell2.tests'.
> make[3]: Nothing to be done for `subshell3.tests'.
> make[3]: Nothing to be done for `subshell4.tests'.
> make[3]: Nothing to be done for `trace.tests'.
> make[3]: Nothing to be done for `trace2.tests'.
> make[3]: Leaving directory
> `/home/adrian/Desktop/bashdb-4.0-0.2/test/integration'
> make check-TESTS
> make[3]: Entering directory
> `/home/adrian/Desktop/bashdb-4.0-0.2/test/integration'
> PASS: test-action
> checking brkpt1...
> checking brkpt2...
> checking brkpt3...
> PASS: test-brkpt
> PASS: test-bug-args
> PASS: test-bugIFS
> PASS: test-bug-source
> PASS: test-command
> PASS: test-complete
> PASS: test-debug
> PASS: test-display
> PASS: test-finish
> PASS: test-frame
> --- ./interrupt.check 2008-12-03 18:42:12.000000000 +0000
> +++ /home/adrian/Desktop/bashdb-4.0-0.2/test/data/interrupt.right 2008-10-21
> 00:06:36.000000000 +0100
> @@ -1,4 +1,3 @@
> Program received signal SIGTERM (15)...
> ##0 in file `interrupt.sh' at line 0
> ##1 main() called from file `interrupt.sh' at line 0
> -
> PASS: test-interrupt
> PASS: test-list
> PASS: test-lopts
> PASS: test-misc
> PASS: test-multi
> PASS: test-parm
> PASS: test-restart
> PASS: test-search
> PASS: test-setshow
> PASS: test-settrace
> --- /tmp/sig-filtered.check 2008-12-03 18:42:36.000000000 +0000
> +++ /tmp/sig-filtered.right 2008-12-03 18:42:36.000000000 +0000
> @@ -8,6 +8,7 @@
> EXIT stop noprint nostack trap -- '_Dbg_exit_handler
> "$BASH_COMMAND"' EXIT
> EXIT stop noprint nostack trap -- '_Dbg_exit_handler
> "$BASH_COMMAND"' EXIT
> SIGINT stop print showstack trap -- '_Dbg_sig_handler 2
> "$BASH_COMMAND" "$@"' SIGINT
> +SIGQUIT stop print showstack trap -- '_Dbg_sig_handler 3
> "$BASH_COMMAND" "$@"' SIGQUIT
> SIGILL stop print showstack trap -- '_Dbg_sig_handler 4
> "$BASH_COMMAND" "$@"' SIGILL
> SIGTRAP stop print showstack trap -- '_Dbg_sig_handler 5
> "$BASH_COMMAND" "$@"' SIGTRAP
> SIGTERM stop print showstack trap -- '_Dbg_sig_handler 15
> "$BASH_COMMAND" "$@"' SIGTERM
> @@ -31,6 +32,7 @@
> EXIT stop noprint nostack trap -- '_Dbg_exit_handler
> "$BASH_COMMAND"' EXIT
> EXIT stop noprint nostack trap -- '_Dbg_exit_handler
> "$BASH_COMMAND"' EXIT
> SIGINT nostop print showstack trap -- '_Dbg_sig_handler 2
> "$BASH_COMMAND" "$@"' SIGINT
> +SIGQUIT stop print showstack trap -- '_Dbg_sig_handler 3
> "$BASH_COMMAND" "$@"' SIGQUIT
> SIGILL stop print showstack trap -- '_Dbg_sig_handler 4
> "$BASH_COMMAND" "$@"' SIGILL
> SIGTRAP stop print showstack trap -- '_Dbg_sig_handler 5
> "$BASH_COMMAND" "$@"' SIGTRAP
> SIGTERM stop noprint showstack trap -- '_Dbg_sig_handler 15
> "$BASH_COMMAND" "$@"' SIGTERM
> FAIL: test-sig
> PASS: test-skip
> PASS: test-sopts
> checking subshell1...
> checking subshell2...
> checking subshell3...
> PASS: test-subshell
> PASS: test-tbreak
> checking trace...
> checking trace2...
> PASS: test-trace
> PASS: test-watch1
> PASS: test-watch2
> ===================================================
> 1 of 29 tests failed
> Please report to bas...@li...
> ===================================================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory
> `/home/adrian/Desktop/bashdb-4.0-0.2/test/integration'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory
> `/home/adrian/Desktop/bashdb-4.0-0.2/test/integration'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory `/home/adrian/Desktop/bashdb-4.0-0.2/test'
> make: *** [check-recursive] Error 1
> [adrian@localhost bashdb-4.0-0.2]$
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Bashdb-devel mailing list
> Bas...@li...
> https://lists.sourceforge.net/lists/listinfo/bashdb-devel
|