Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
945 B

  1. Tests for Event Tracing API:
  2. Test Files:
  3. Files in this directory. Provider.exe Evntrace.exe
  4. Run Test:
  5. Run evntrace.cmd
  6. This batch file will call evntrace to perform the tests,
  7. then finally removes the log files created by the event logger.
  8. Log File:
  9. The log file is named evntrace.log and Provider.log.
  10. All tests should succeed in evntrace.log. The Provider.log
  11. will show errors.
  12. Troubleshooting (cleanup.cmd):
  13. Whenever a test run is abruptly terminated or other error,
  14. some loggers might have been started and remain unstopped.
  15. So, when the test is run again, they might result in false
  16. errors.
  17. In such a case, please run cleanup.cmd, which will try
  18. to stop all the test loggers. Also, please ignore any
  19. errors reported by cleanup.