]> git.proxmox.com Git - mirror_qemu.git/blobdiff - .travis.yml
tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32
[mirror_qemu.git] / .travis.yml
index c3c804884294b8bf76a52a9540f9d341468599c4..fb3baabca9b74e950ea8040f73b351f4ad9bf9a0 100644 (file)
@@ -222,7 +222,7 @@ jobs:
         - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$?
         - |
           if [ "$BUILD_RC" -eq 0 ] ; then
-              mv pc-bios/s390-ccw/*.img pc-bios/ ;
+              mv pc-bios/s390-ccw/*.img qemu-bundle/usr/local/share/qemu ;
               ${TEST_CMD} ;
           else
               $(exit $BUILD_RC);