Regression testing

This commit is contained in:
o9000 2017-09-28 18:47:42 +02:00
parent 18f49d0d52
commit ae9ae098cc

View file

@ -286,7 +286,6 @@ def run_test(config, index):
def run_tests():
print_err("Running tests...")
configs = []
configs += ["./configs/tint2/" +s for s in os.listdir("./configs/tint2") ]
configs += ["../themes/" + s for s in os.listdir("../themes")]
index = 0
for config in configs: