This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-08 14:29:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0186885dac
libvirt
/
tests
/
storagevolxml2argvdata
/
qcow2-flag.argv
3 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: split long lines Long lines are harder to read and harder to diff; in fact, if lines get too long (> 1000 bytes), it starts causing issues where git send-email refuses to send patches for the file. I've cleaned up the tests directory in the past (see commits bd6c46f, 3b750d1), but new long lines have been introduced in the meantime. Why 90 instead of 80? Because there were too many tests on the fringe edge, and I didn't want to edit that many files. Add a syntax check to prevent future long lines. * cfg.mk (sc_prohibit_long_lines): New rule. * tests/qemuxml2argvdata/qemuxml2argv-*.args: Split lines of any file with content longer than 90 columns. * tests/storagevolxml2argvdata/*.argv: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
2013-07-17 17:47:01 +00:00
qemu-img create -f qcow2 -b /dev/null -F raw \
-e /var/lib/libvirt/images/OtherDemo.img 5242880K
Reference in New Issue
Copy Permalink