mirror of
https://git.code.sf.net/p/isync/isync
synced 2025-12-11 20:37:54 +01:00
make imap_msgs test actually return non-zero on failure
This commit is contained in:
@@ -90,8 +90,10 @@ verify( uint *in, const char *name )
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (fails)
|
||||
if (fails) {
|
||||
dump_messages();
|
||||
exit( 1 );
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user