Fix typo in active runs API, add functional test for same.

This commit is contained in:
Jonathan Bernard
2018-12-26 23:43:44 -06:00
parent ee1147a1a5
commit 774d0b446f
6 changed files with 42 additions and 12 deletions

View File

@ -48,4 +48,4 @@ task test, "Runs both the unit and functional test suites.":
task dist, "Creates distributable package.":
exec "nimble build"
mkdir "dist"
exec "cp strawboss strawboss.config.json dist/."
exec "cp strawboss strawboss.config.json example.json dist/."