From f9cba1c4ead15c780a05d15ae1dd8956f063a266 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 21 Apr 2016 17:24:01 +0200 Subject: [PATCH] regression test suite: fix usage of run. --- test/regression/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/regression/run.py b/test/regression/run.py index a9850f076..a6d3fb7d6 100755 --- a/test/regression/run.py +++ b/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() )