Browse Source

regression test suite: fix usage of run.

Kim Kulling 9 years ago
parent
commit
f9cba1c4ea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/regression/run.py

+ 1 - 0
test/regression/run.py

@@ -312,6 +312,7 @@ if __name__ == "__main__":
         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() )