1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-21 21:44:21 +03:00

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

This commit is contained in:
Andrew Tridgell
2005-09-24 13:10:19 +00:00
committed by Gerald (Jerry) Carter
parent 8335aa056f
commit a795fc0aa1

View File

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