summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-01-05 19:23:45 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-01-05 19:23:45 (GMT)
commitc581ea17bac7dd4ebba1ca53a55ef592f96e0117 (patch)
tree45afd40d9b89d566a36679f21982158ba30ec4af /testing
parent8c42b1c0036a727194fe47a2c46230d30df374d8 (diff)
downloadDoxygen-c581ea17bac7dd4ebba1ca53a55ef592f96e0117.zip
Doxygen-c581ea17bac7dd4ebba1ca53a55ef592f96e0117.tar.gz
Doxygen-c581ea17bac7dd4ebba1ca53a55ef592f96e0117.tar.bz2
Fixed alt attribute appearing in <object> tag for SVG images
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/runtests.py b/testing/runtests.py
index 0ff0e6f..aa03612 100755
--- a/testing/runtests.py
+++ b/testing/runtests.py
@@ -331,7 +331,7 @@ class TestManager:
tester = Tester(self.args,test)
tester.run(self)
res=self.result()
- if self.args.xhtml and not res and not self.args.keep:
+ if self.args.xhtml and self.args.inputdir!='.' and not res and not self.args.keep:
shutil.rmtree("dtd",ignore_errors=True)
return 0 if self.args.updateref else res