]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/device-crash-test
crypto: Add aesdec_IMC
[mirror_qemu.git] / scripts / device-crash-test
index 353aa575d7b704688fd766056ea966f567b394a2..b74d887331dbe6c6363c943818f13fdfe03320a5 100755 (executable)
@@ -43,7 +43,7 @@ except ModuleNotFoundError as exc:
     print(f"Module '{exc.name}' not found.")
     print("  Try 'make check-venv' from your build directory,")
     print("  and then one way to run this script is like so:")
-    print(f'  > $builddir/pyvenv/bin/python3 "{path}"')
+    print(f'  > $builddir/tests/venv/bin/python3 "{path}"')
     sys.exit(1)
 
 logger = logging.getLogger('device-crash-test')