Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Remove debug print from run-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Nov 28, 2017
1 parent c33a6ac commit 6213719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

export LUA_PATH="$LUA_PATH;;./?/init.lua"

busted -e 'print(package.path); require("lib.baste").global()' lib spec "$@"
busted -e 'require("lib.baste").global()' lib spec "$@"

0 comments on commit 6213719

Please sign in to comment.