forked from I2P_Developers/i2p.i2p
Tools: Delete reseed test files before retest
This commit is contained in:
@@ -1238,6 +1238,7 @@ public class Reseeder {
|
||||
String host = uri.getHost();
|
||||
System.out.println("Testing " + host);
|
||||
File su3 = new File(host + ".su3");
|
||||
su3.delete();
|
||||
try {
|
||||
SSLEepGet get;
|
||||
if (sslState == null) {
|
||||
@@ -1251,6 +1252,7 @@ public class Reseeder {
|
||||
if (rc == 200) {
|
||||
SU3File su3f = new SU3File(su3);
|
||||
File zip = new File(host + ".zip");
|
||||
zip.delete();
|
||||
su3f.verifyAndMigrate(zip);
|
||||
SU3File.main(new String[] {"showversion", su3.getPath()});
|
||||
String version = su3f.getVersionString();
|
||||
|
||||
Reference in New Issue
Block a user