mirror of
https://github.com/kikito/cron.lua.git
synced 2024-12-19 18:34:20 +00:00
simplified test runnig method. References #4
This commit is contained in:
parent
6e72b85232
commit
e18c83a9a4
@ -55,11 +55,10 @@ Also, make sure to read the license file; the text of that license file must app
|
|||||||
|
|
||||||
h1. Specs
|
h1. Specs
|
||||||
|
|
||||||
This project uses "telescope":https://github.com/norman/telescope for its specs. If you want to run the specs, you will have to install telescope first. Then just enter the spec folder and execute run.lua:
|
This project uses "telescope":https://github.com/norman/telescope for its specs. If you want to run the specs, you will have to install telescope first. Then run:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
cd path/to/cron.lua/specs
|
tsc spec/*
|
||||||
lua run.lua
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../cron.lua
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env lua
|
|
||||||
|
|
||||||
os.execute("tsc -f cron_spec.lua")
|
|
Loading…
Reference in New Issue
Block a user