]> granicus.if.org Git - graphviz/commitdiff
rtest.py: remove unused TESTNAME
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 2 Sep 2021 03:22:31 +0000 (20:22 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Sep 2021 15:21:19 +0000 (08:21 -0700)
Every usage of this within this file is actually referring to a closer variable
that shadows this global.

rtest/rtest.py

index d38f2ae788a46101b197dece2401a6b2e97a68e1..6d8e52671b9369927aedbc9ffaa2033448519d8d 100755 (executable)
@@ -31,7 +31,6 @@ NOOP = False                          # If set, just print list of tests
 DOT = os.environ.get("DOT", shutil.which("dot"))
 DIFFIMG = os.environ.get("DIFFIMG", shutil.which("diffimg"))
 
-TESTNAME = ""   # name of test
 CRASH_CNT = 0
 DIFF_CNT = 0
 TOT_CNT = 0