0002_set.test 511 B

123456789101112131415161718192021
  1. #################################################
  2. # name: set
  3. # purpose: tests for set commands
  4. # expect: TEST::CISTRING
  5. # options: -rr
  6. #################################################
  7. # setting prompt color
  8. # setting error color
  9. # setting notice color
  10. # Failed to find breakpoint #0
  11. # oplog disabled
  12. # opened oplog test.log
  13. # nothing
  14. #################################################
  15. set color prompt none
  16. set color error none
  17. set color notice none
  18. set prompt promot>
  19. set break 0
  20. set oplog
  21. set oplog test.log