Skip to content

Commit

Permalink
feat(*): address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Nov 6, 2023
1 parent e4bc2f4 commit 3fda2e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion busted/runner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions completions/bash/busted.bash
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ _busted() {
--filter= --filter-out=
--name=
--exclude-names-file=
--log-success=
--repeat=
--seed=
--lang=
Expand Down
2 changes: 1 addition & 1 deletion try
Original file line number Diff line number Diff line change
@@ -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 $@

0 comments on commit 3fda2e7

Please sign in to comment.