File: try

package info (click to toggle)
lua-busted 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 804 kB
  • sloc: sh: 198; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download
1
2
3
4
#!/bin/sh
luarocks remove busted --force
luarocks make
LUA_PATH="./?.lua;./?/init.lua;$LUA_PATH" busted "$@"