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:
committed by
Gerald (Jerry) Carter
parent
8335aa056f
commit
a795fc0aa1
@@ -334,5 +334,5 @@ static void usage(void)
|
||||
printf("OK\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
return error_count;
|
||||
}
|
||||
|
Reference in New Issue
Block a user