Ver Fonte

travis: fix usage of runner script for regression testsuite.

Kim Kulling há 9 anos atrás
pai
commit
53263953c5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.sh

+ 1 - 1
.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