From 53263953c5ae636a53d79ed6651f8ee1bbb3a383 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 21 Apr 2016 17:14:54 +0200 Subject: [PATCH] travis: fix usage of runner script for regression testsuite. --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index 53c8392cf..e27583499 100755 --- a/.travis.sh +++ b/.travis.sh @@ -11,6 +11,6 @@ else && sudo make install \ && sudo ldconfig \ && (cd test/unit; ../../bin/unit) \ - && (cd test/regression; chmod 755 run.py; ./run.py; \ + && (cd test/regression; chmod 755 run.py; ./run.py ../bin/assimp; \ chmod 755 result_checker.py; ./result_checker.py) fi