summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-02-05 03:55:20 +0000
committerAndrew Tridgell <tridge@samba.org>2002-02-05 03:55:20 +0000
commit007a9a5cdc5ad376d2a564189f4352144b0e2e80 (patch)
tree1ca6d44c4d6341d69a8a89a4814e67238761f2f8 /source3/torture/torture.c
parent3608da565f0cedf2402498678305751320e113a6 (diff)
downloadsamba-007a9a5cdc5ad376d2a564189f4352144b0e2e80.tar.gz
samba-007a9a5cdc5ad376d2a564189f4352144b0e2e80.tar.bz2
samba-007a9a5cdc5ad376d2a564189f4352144b0e2e80.zip
- only show 1 cleanup msg per client
- show client count in progress (This used to be commit 10ee1d22e606847d40fb013c694ed5733ef6b87b)
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 7233e2799b..fa8e43b705 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -709,9 +709,7 @@ static BOOL run_netbench(int client)
}
fclose(f);
- slprintf(fname,sizeof(fname), "clients/client%d", client);
- rmdir(fname);
- rmdir("clients");
+ nb_cleanup();
if (!torture_close_connection(&cli)) {
correct = False;