mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
test-tool: Add prominent warning about including complete output.
Everyone ignores the documentation. Everyone ignores me even when I specifically tell them to include the complete output. Place a prominent notice at the beginning of the output.
This commit is contained in:
@@ -104,6 +104,17 @@ main (int argc, char *argv[])
|
||||
struct guestfs_version *vers;
|
||||
char *p;
|
||||
|
||||
/* Everyone ignores the documentation, so ... */
|
||||
printf (" ************************************************************\n"
|
||||
" * IMPORTANT NOTICE\n"
|
||||
" *\n"
|
||||
" * When reporting bugs, include the COMPLETE, UNEDITED\n"
|
||||
" * output below in your bug report.\n"
|
||||
" *\n"
|
||||
" ************************************************************\n"
|
||||
);
|
||||
sleep (3);
|
||||
|
||||
/* Create the handle. */
|
||||
g = guestfs_create ();
|
||||
if (g == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user