test: use mire to record some e2e tests for itself
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mkdir -p /tmp/project
|
||||
cd /tmp/project
|
||||
mire init
|
||||
test -f mire.toml && test -x e2e/shell.sh && echo ok
|
||||
exit
|
||||
@@ -0,0 +1,8 @@
|
||||
[?2004h$ mkdir -p /tmp/project
|
||||
[?2004l
|
||||
[?2004h$ cd /tmp/project
|
||||
[?2004l
|
||||
[?2004h$ mire init
|
||||
[?2004l
|
||||
[1m[3m[38;2;112;224;0mmire[0m [1m[3m[38;2;29;211;176m›[0m Done initialising...
|
||||
[?2004h$ test -f mire.toml && test -x e2e/shell.sh && echo ok
|
||||
Reference in New Issue
Block a user