1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r10475: make sure we report failures in tdbtorture (ie. get the exit status right)

(This used to be commit a795fc0aa1)
This commit is contained in:
Andrew Tridgell 2005-09-24 13:10:19 +00:00 committed by Gerald (Jerry) Carter
parent ebf0779608
commit 2a9b65cd17

View File

@ -334,5 +334,5 @@ static void usage(void)
printf("OK\n");
}
return 0;
return error_count;
}