From d941f6d1eb5bb91c95dd8e0b5047b897fcd99f2b Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 29 May 2017 02:20:05 +0900 Subject: [PATCH] Update test runner. --- test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner.py b/test_runner.py index 89ebfbe..26345db 100644 --- a/test_runner.py +++ b/test_runner.py @@ -12,7 +12,7 @@ import subprocess # Absolute path pointing to your cloned git repo of https://github.com/KhronosGroup/glTF-Sample-Models sample_model_dir = "/home/syoyo/work/glTF-Sample-Models" -base_model_dir = os.path.join(sample_model_dir, "1.0") +base_model_dir = os.path.join(sample_model_dir, "2.0") kinds = [ "glTF", "glTF-Binary", "glTF-Embedded", "glTF-MaterialsCommon"] # ---------------------------------