diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-02 22:12:04 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-06-02 22:12:04 +0200 |
| commit | 586df3002899e90c2331575e4f6cbe55788e5ccc (patch) | |
| tree | cf9324fa88815e41ebdcd18f944be4b3ef26b1fe /scripts | |
| parent | 1586c7a0b2e7b08ccfae027e1514587eeb170133 (diff) | |
| download | vyos-build-586df3002899e90c2331575e4f6cbe55788e5ccc.tar.gz vyos-build-586df3002899e90c2331575e4f6cbe55788e5ccc.zip | |
Testsuite: T8602: fix NameError: name 'nested_payload_iso_path' is not defined
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check-qemu-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 643bceb2..0929ea02 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -465,6 +465,7 @@ if args.raid: # must be called after the raid disk as args.disk name is altered in the RAID path gen_disk(args.disk) +nested_payload_iso_path = None if args.test_image_update: if os.path.isdir(NESTED_ISO_DATA_DIR): shutil.rmtree(NESTED_ISO_DATA_DIR) |
