[KERNEL][TEST] Make qemu tests position-independent
git-svn-id: svn://kolibrios.org@9331 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user