projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413f2dc
)
Add shebang to run.py
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Sun, 23 Oct 2022 04:24:16 +0000
(15:24 +1100)
committer
Benjamin 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]
patch
|
blob
|
history
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