Skip to content

Commit

Permalink
Merge pull request #582 from Tieske/params-test
Browse files Browse the repository at this point in the history
Updated test scripts to support arguments
  • Loading branch information
ajacksified authored Dec 13, 2018
2 parents a3c62fe + 85daab6 commit a98e43e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions 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
busted
sudo luarocks make
busted $@
4 changes: 2 additions & 2 deletions 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
call busted %*

0 comments on commit a98e43e

Please sign in to comment.