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
|
||||
Reference in New Issue
Block a user