Skip to content

Commit

Permalink
regression test suite: fix usage of run.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Apr 21, 2016
1 parent 5326395 commit f9cba1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/regression/run.py
Expand Up @@ -312,6 +312,7 @@ def run_test():
assimp_bin_path = sys.argv[1]
else:
assimp_bin_path = 'assimp'
setEnvVar("assimp_path", assimp_bin_path)
print('Using assimp binary: ' + assimp_bin_path)
sys.exit( run_test() )

Expand Down

0 comments on commit f9cba1c

Please sign in to comment.