From: Benjamin Herrenschmidt Date: Sun, 23 Oct 2022 04:24:16 +0000 (+1100) Subject: Add shebang to run.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41328306f3c7308425018748b09ba4d9f44febc5;p=microwatt.git Add shebang to run.py It's useful to run the vunit tests by hand, this makes it easier Signed-off-by: Benjamin Herrenschmidt --- 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