forked from KolibriOS/kolibrios
[KERNEL][TEST] Make qemu tests more robust
git-svn-id: svn://kolibrios.org@9334 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f80242ef66
commit
69fca329d1
@ -88,7 +88,8 @@ def get_file_directory(path):
|
|||||||
return "." # Just a filename, let's return current folder
|
return "." # Just a filename, let's return current folder
|
||||||
|
|
||||||
def run_qemu(root_dir, test_dir, debug_log):
|
def run_qemu(root_dir, test_dir, debug_log):
|
||||||
# Copy IMG to make local copy, so we will be able to run the test in parallel
|
# Make local copy of IMG, so we will be able to run the test in parallel
|
||||||
|
os.remove(f"{test_dir}/kolibri_test.img") # If previous test run interrupted the file may be busy
|
||||||
shutil.copyfile(f"{root_dir}/kolibri_test.img", f"{test_dir}/kolibri_test.img")
|
shutil.copyfile(f"{root_dir}/kolibri_test.img", f"{test_dir}/kolibri_test.img")
|
||||||
qemu_command = f"qemu-system-i386"
|
qemu_command = f"qemu-system-i386"
|
||||||
flags = ""
|
flags = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user