Commit 5e602798 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Sort VMOD tests

parent ae01dfe7
......@@ -990,6 +990,7 @@ class vcc(object):
.replace("PFX", self.pfx))
tests = glob.glob("tests/*.vtc")
if len(tests) > 0:
tests.sort()
fo.write(AMBOILERPLATE_CHECK.replace("XXX", " \\\n\t".join(tests)))
fo.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment