test1169 492 B

1234567891011121314151617181920212223242526272829303132333435
  1. <testcase>
  2. <info>
  3. <keywords>
  4. runtests.pl
  5. </keywords>
  6. </info>
  7. #
  8. # Client-side
  9. <client>
  10. <server>
  11. none
  12. </server>
  13. <name>
  14. Verify that runtests.pl accepts an -L option
  15. </name>
  16. <command type="perl">
  17. %SRCDIR/runtests.pl -L %SRCDIR/log/test1196-library.pl
  18. </command>
  19. # Create a simple perl snippet that lets runtests.pl
  20. # exit with a code we can check.
  21. <precheck>
  22. echo 'exit 123' > %SRCDIR/log/test1196-library.pl
  23. </precheck>
  24. </client>
  25. <verify>
  26. <errorcode>
  27. 123
  28. </errorcode>
  29. </verify>
  30. </testcase>