From 23ac847c4a92a60dbd4e397ce73311fec04493d9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 24 Oct 2020 12:43:38 -0700 Subject: [PATCH] remove unused GRAPH variable --- rtest/rtest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rtest/rtest.py b/rtest/rtest.py index 449853129..2a044bff1 100755 --- a/rtest/rtest.py +++ b/rtest/rtest.py @@ -30,7 +30,6 @@ DOT = os.environ.get('DOT', shutil.which('dot')) DIFFIMG = os.environ.get('DIFFIMG', shutil.which('diffimg')) TESTNAME = '' # name of test -GRAPH = '' # graph specification CRASH_CNT = 0 DIFF_CNT = 0 TOT_CNT = 0 -- 2.40.0