set luarocks path before runnign tests

This commit is contained in:
Enno Rehling 2020-05-01 17:41:29 +02:00
parent f0387825cb
commit 9f5ffe974f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
eval ($luarocks path)
ROOT=$(git rev-parse --show-toplevel)
[ -z $BUILD ] && BUILD=Debug ; export BUILD