Posted to tcl by stevel at Tue Sep 11 04:59:45 GMT 2007view raw

  1. DYLD_LIBRARY_PATH=`pwd`:${DYLD_LIBRARY_PATH}; export DYLD_LIBRARY_PATH; \
  2. TCL_LIBRARY="/local/src/tcl/library"; export TCL_LIBRARY; \
  3. ./tcltest /local/src/tcl/unix/../tests/all.tcl -file unload.test -singleproc 1 -match unload-3.6
  4. Tests running in interp: /local/src/tcl/unix/tcltest
  5. Tests located in: /local/src/tcl/tests
  6. Tests running in: /local/src/tcl/unix
  7. Temporary files stored in /local/src/tcl/unix
  8. Test files sourced into current interpreter
  9. Running tests that match: unload-3.6
  10. Skipping test files that match: l.*.test
  11. Only running test files that match: unload.test
  12. Tests began at Tue Sep 11 12:58:46 WST 2007
  13. unload.test
  14. make: *** [test] Error 138