Skip to content

Commit a04a349

Browse files
committed
Fully erase the test database dirs on cleanup; too many testing errors otherwise
1 parent d75538e commit a04a349

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/CP_Testing.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ sub cleanup {
5656
if (-l $symlink) {
5757
unlink $symlink;
5858
}
59+
my $datadir = "$dbdir$dirnum";
60+
system("rm -fr $datadir");
61+
5962
}
6063

6164
return;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy