From c5f651922c23cbbe820c1dbd4b483460b720bcc0 Mon Sep 17 00:00:00 2001 From: fsfod Date: Fri, 3 Nov 2017 21:17:05 +0000 Subject: [PATCH] Use our fixed test suite branch --- test/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup.sh b/test/setup.sh index f269595f08..3a6d32275b 100755 --- a/test/setup.sh +++ b/test/setup.sh @@ -5,5 +5,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd ${DIR} if [ ! -d "testsuite" ]; then - git clone https://github.com/softdevteam/LuaJIT-test-cleanup testsuite + git clone -b lib_apichanges https://github.com/softdevteam/LuaJIT-test-cleanup testsuite fi