mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-02 05:12:35 +00:00
13 lines
186 B
Bash
13 lines
186 B
Bash
|
|
tests:ensure :run --version
|
||
|
|
|
||
|
|
blank:server:new wiki
|
||
|
|
|
||
|
|
tests:ensure $wiki::start
|
||
|
|
|
||
|
|
tests:eval $wiki::get-listen
|
||
|
|
listen=$(tests:get-stdout)
|
||
|
|
|
||
|
|
tests:debug "listening on ${listen}"
|
||
|
|
|
||
|
|
$wiki::stop
|