tests - rename variable

This commit is contained in:
florian 2022-07-13 17:13:13 +02:00
parent e1183a0d4c
commit 28f1b4f734
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ for example in glob("./examples/*") :
continue
for test in tests["tests"] :
test_obj = None
if test_obj == "docker" :
if test_type == "docker" :
test_obj = DockerTest(tests["name"], tests["timeout"], tests["tests"])
if not test_obj.run_tests() :
log("TESTS", "", "Tests failed for " + tests["name"])