Changeset 3141 in MondoRescue for branches/3.0/mondo/test/test-mr_stresc.c


Ignore:
Timestamp:
Jun 13, 2013, 6:05:57 PM (11 years ago)
Author:
Bruno Cornec
Message:

r5345@localhost: bruno | 2013-06-13 12:46:54 +0200

  • Solving #702 by adding a -F option which is meant to be used especially when mondoarchive is launched from cron, to avoid going into a loop where mondoarchive asks questions to the admin, where they cannot be answerd, which fills the logs and the underlying file system. With -F mondoarchive will exits at the first interaction request instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/test-mr_stresc.c

    r3116 r3141  
    88#include <stdlib.h>
    99#include "mr_str.h"
     10#include "my-stuff.h"
     11
     12/* Whether we should fail immediately at first error */
     13bool g_fail_immediately = FALSE;
    1014
    1115void (*mr_cleanup)(void) = NULL;
    1216
    13 char **strl = {
     17char *strl[] = {
    1418        "test with space",
    1519        "test with \ backslash",
Note: See TracChangeset for help on using the changeset viewer.