aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.py')
-rwxr-xr-xscripts/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/test.py b/scripts/test.py
index b01a8b6..d24e31b 100755
--- a/scripts/test.py
+++ b/scripts/test.py
@@ -19,8 +19,7 @@ def test():
os.remove(sf(conf.jobfolder_linux_image))
except FileNotFoundError:
pass
- os.symlink(os.path.join(sf(conf.build_folder), img),
- sf(conf.jobfolder_linux_image))
+ os.symlink(img, sf(conf.jobfolder_linux_image))
conf.boot_output = True
conf.parse_output = True
print("-- Boot --")