Files
mire/e2e/rewrite/basic/out

20 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[?2004h$ mire init
[?2004l
mire  Done initialising...
[?2004h$ mire record --save a
[?2004l
mire  Run commands in the recorder shell, then type exit to finish.
[?2004h$ echo rewrite
[?2004l
rewrite
[?2004h$ exit
[?2004l
exit
mire  Verifying recording...
mire  /home/test/e2e/a
[?2004h$ echo stale > e2e/a/out
[?2004l
[?2004h$ mire rewrite
[?2004l
mire  RUN a
mire  PASS a (12 ms)
mire  Summary: total=1 passed=1 failed=0
[?2004h$ grep rewrite e2e/a/out >/dev/null && echo saw-rewrite
[?2004l
saw-rewrite
[?2004h$ exit
[?2004l
exit