make runner.py executable

Otherwise meson will not find it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-03-22 23:26:24 -07:00
parent 0c0dabfcc7
commit 848da172da

1
tests/runner.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import argparse import argparse