#!/bin/bash

if [ -a ./run_tests.py ]
then
   #echo python3 ./run_tests.py $*
   python3 ./run_tests.py $*
else
   #echo python3 $KTF_PATH/run_tests.py $*
   python3 $KTF_PATH/run_tests.py $*
fi
