Add shebang to run.py
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 23 Oct 2022 04:24:16 +0000 (15:24 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 23 Oct 2022 04:41:10 +0000 (15:41 +1100)
It's useful to run the vunit tests by hand, this makes it easier

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
run.py [changed mode: 0644->0755]

diff --git a/run.py b/run.py
old mode 100644 (file)
new mode 100755 (executable)
index 3bf49da..a931cd6
--- a/run.py
+++ b/run.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 from pathlib import Path
 from vunit import VUnit