Skip to content

Commit

Permalink
move rockspecs into separate directory
Browse files Browse the repository at this point in the history
This allows the test scripts to not have a literal version in them,
but always use the one in the repo
  • Loading branch information
Tieske committed Dec 6, 2018
1 parent fd939b7 commit 85daab6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion try
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
sudo luarocks remove busted --force
sudo luarocks make busted-scm-0.rockspec
sudo luarocks make
busted $@
2 changes: 1 addition & 1 deletion try.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call luarocks remove busted --force
call luarocks make busted-scm-0.rockspec
call luarocks make
cls
call busted %*

0 comments on commit 85daab6

Please sign in to comment.