Magomed Kostoev (mkostoevr) b61452e9e1 [KERNEL][TEST] Make qemu tests position-independent
git-svn-id: svn://kolibrios.org@9331 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-27 09:46:44 +00:00

12 lines
211 B
Python

#!/usr/bin/python3
import sys
sys.path.append('../')
import common
def run(root_dir, test_dir):
os = common.run(root_dir, test_dir)
os.wait_for_debug_log("K : kernel SVN", timeout = 10)
os.kill()