Add shebang to run.py

It's useful to run the vunit tests by hand, this makes it easier

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
pull/414/head
Benjamin Herrenschmidt 2 years ago
parent 413f2dc5d6
commit 41328306f3

@ -1,3 +1,5 @@
#!/usr/bin/env python3

from pathlib import Path
from vunit import VUnit


Loading…
Cancel
Save