mirror of
https://github.com/urbit/shrub.git
synced 2025-01-07 13:37:36 +03:00
7a645a8564
This fixes the issues that disallowed running any tests, but some tests are very slow, or just «behn» (e.g. -ph-keen)
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-simple
|
|
;< ~ bind:m (init-ship ~bud &)
|
|
;< ~ bind:m (init-ship ~dev &)
|
|
;< ~ bind:m (dojo ~bud "-keen ~dev /c/x/1/kids/sys/kelvin")
|
|
;< ~ bind:m (wait-for-output ~bud "kal=[lal=%zuse num={(scow %ud zuse)}]")
|
|
;< ~ bind:m end
|
|
(pure:m *vase)
|