diff options
| author | IssamUiT <issam.rais@uit.no> | 2024-03-22 12:32:53 +0100 |
|---|---|---|
| committer | IssamUiT <issam.rais@uit.no> | 2024-03-22 12:32:53 +0100 |
| commit | 5a19e10e06bcf5274410ab4462477a2d18eee150 (patch) | |
| tree | 5e19f9f12e8034bfe937a483e2d4d0a166fc5006 | |
| parent | 46dfe24972c601d309eac0230725f2752abb7003 (diff) | |
python to python3 in env. For more distro supported
| -rwxr-xr-x | tests/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run.py b/tests/run.py index 043441a..caf0a52 100755 --- a/tests/run.py +++ b/tests/run.py @@ -1,11 +1,10 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import os,subprocess,time,sys ##### Setup variables tests_timeout=20 # Max duration of a test tests_path = os.path.dirname(os.path.realpath(__file__)) - ##### Run all tests for file in os.listdir(tests_path): current_test_path=os.path.join(tests_path,file) |
