diff --git a/busted/runner.lua b/busted/runner.lua index 8d2c557e..ce4a4830 100644 --- a/busted/runner.lua +++ b/busted/runner.lua @@ -149,7 +149,7 @@ return function(options) }) if not ok then io.stderr:write(appName .. ': failed running the specified helper (' .. - cliArgs.helper .. '), error: ' .. err .. '\n') + cliArgs.helper .. '), error: ' .. err .. '\n') exit(1, forceExit) end end diff --git a/completions/bash/busted.bash b/completions/bash/busted.bash index 7c32dafb..c0e40f30 100644 --- a/completions/bash/busted.bash +++ b/completions/bash/busted.bash @@ -181,6 +181,7 @@ _busted() { --filter= --filter-out= --name= --exclude-names-file= + --log-success= --repeat= --seed= --lang= diff --git a/try b/try index 119dd8f1..d13f0449 100755 --- a/try +++ b/try @@ -1,4 +1,4 @@ #!/bin/sh luarocks remove busted --force luarocks make -LUA_PATH="./?.lua;./?/init.lua;$LUA_PATH" busted "$@" +LUA_PATH="./?.lua;./?/init.lua;./src/?/?.lua;./src/?/init.lua;$LUA_PATH" busted $@