45defa5 test_integration.tasks: Do not fail cleanup if backup directory does not exist

1 file Authored by pviktori 10 years ago, Committed by mkosek 10 years ago,
    test_integration.tasks: Do not fail cleanup if backup directory does not exist
    
    If the test backup directory was never created (for example if
    there was an early failure, or install was never run),
    we don't want the test to fail.
    Do not restore if the backup dir is not there.
    
    Reviewed-By: Martin Kosek <mkosek@redhat.com>