Posted to tcl by stevel at Tue Sep 11 04:54:44 GMT 2007view raw

  1. $ make TESTFLAGS='-file unload.test -singleproc 1 -match unload3.6' test
  2. DYLD_LIBRARY_PATH=`pwd`:${DYLD_LIBRARY_PATH}; export DYLD_LIBRARY_PATH; \
  3. TCL_LIBRARY="/local/src/tcl/library"; export TCL_LIBRARY; \
  4. ./tcltest /local/src/tcl/unix/../tests/all.tcl -file unload.test -singleproc 1 -match unload3.6
  5. Tests running in interp: /local/src/tcl/unix/tcltest
  6. Tests located in: /local/src/tcl/tests
  7. Tests running in: /local/src/tcl/unix
  8. Temporary files stored in /local/src/tcl/unix
  9. Test files sourced into current interpreter
  10. Running tests that match: unload3.6
  11. Skipping test files that match: l.*.test
  12. Only running test files that match: unload.test
  13. Tests began at Tue Sep 11 12:53:51 WST 2007
  14. unload.test
  15.  
  16. Tests ended at Tue Sep 11 12:53:51 WST 2007
  17. all.tcl: Total 26 Passed 0 Skipped 26 Failed 0
  18. Sourced 1 Test Files.