[KERNEL][TEST] Make qemu tests position-independent

git-svn-id: svn://kolibrios.org@9331 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-11-27 09:46:44 +00:00
parent 134e54dcbb
commit b61452e9e1
3 changed files with 17 additions and 18 deletions

View File

@@ -4,8 +4,8 @@ import sys
sys.path.append('../')
import common
def run():
os = common.run()
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()