fix: change save path log to be relative

This commit is contained in:
2026-03-25 21:37:08 +00:00
parent 526e31d0b0
commit 6fae05eb6f
11 changed files with 59 additions and 33 deletions
+11 -20
View File
@@ -1,35 +1,26 @@
[?2004h$ mire init
[?2004l
mire  Done initialising...
[?2004l
mire  Done initialising...
[?2004l
mire  Run commands in the recorder shell, then type exit to finish.
[?2004h$ mire record --save a
[?2004l
[?2004l
one
mire  Run commands in the recorder shell, then type exit to finish.
[?2004h$ echo one
[?2004l
exit
[?2004l
one
mire  /home/test/e2e/a
[?2004h$ exit
[?2004l
[?2004l
mire  Run commands in the recorder shell, then type exit to finish.
exit
mire  Verifying recording...
[?2004l
two
mire  Saved at e2e/a
[?2004h$ mire record --save nested/b
[?2004l
exit
[?2004l
mire  Run commands in the recorder shell, then type exit to finish.
mire  /home/test/e2e/nested/b
[?2004h$ echo two
[?2004l
[?2004l
mire  RUN a
two
[?2004h$ exit
[?2004l
exit
mire  Verifying recording...
mire  Saved at e2e/nested/b
[?2004l
exit
[?2004h$ mire test