From 41328306f3c7308425018748b09ba4d9f44febc5 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 23 Oct 2022 15:24:16 +1100 Subject: [PATCH] Add shebang to run.py It's useful to run the vunit tests by hand, this makes it easier Signed-off-by: Benjamin Herrenschmidt --- run.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 run.py diff --git a/run.py b/run.py old mode 100644 new mode 100755 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