]> Git Repo - qemu.git/blobdiff - .travis.yml
.gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
[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);
This page took 0.022123 seconds and 4 git commands to generate.