summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1349722
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1349722')
-rw-r--r--results/scraper/launchpad-without-comments/134972215
1 files changed, 15 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1349722 b/results/scraper/launchpad-without-comments/1349722
new file mode 100644
index 000000000..8d5f96f9a
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1349722
@@ -0,0 +1,15 @@
+qemu-io: Exit code is always zero
+
+The qemu-io always returns zero on exit independently on errors occurred during the command execution.
+
+Example,
+
+$ qemu-io -c 'write 128 234' /tmp/run1/test-1/test.img 
+
+offset 128 is not sector aligned
+
+$ echo $?
+0
+
+
+qemu.git HEAD: 41a1a9c42c4e
\ No newline at end of file