Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-10-09 00:46:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-09 00:46:00 +0300
commit733e6c0b1d2433166b7326c3654c5ece7ce17b88 (patch)
tree265b6f10e6eb1e826743a02f9b12703038304142 /tests
parent11877e5bec4c590e51565c7e6191b33957dddc1c (diff)
parent3bc885e5f46ba103ed25f7e1c3bd897157ef768e (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'tests')
-rwxr-xr-xtests/python/modules/render_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/modules/render_report.py b/tests/python/modules/render_report.py
index 8deed25e854..9cff85f3dfa 100755
--- a/tests/python/modules/render_report.py
+++ b/tests/python/modules/render_report.py
@@ -374,7 +374,7 @@ class Report:
testname = test_get_name(filepath)
print_message(testname, 'SUCCESS', 'RUN')
time_start = time.time()
- tmp_filepath = os.path.join(self.output_dir, "tmp")
+ tmp_filepath = os.path.join(self.output_dir, "tmp_" + testname)
error = render_cb(filepath, tmp_filepath)
status = "FAIL"