.autotest

git-svn-id: svn://ultimatepp.org/upp/trunk@12023 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-06-28 08:49:00 +00:00
parent 648390149e
commit 5dcb7ccc09
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
description "#WAIT:30\377";
uses
Core;

View file

@ -38,7 +38,7 @@ CONSOLE_APP_MAIN
LOG(fn << ", last time: " << tm << ", size " << len << " MB");
ASSERT(tm >= GetSysDate() - 1);
ASSERT(len > 2000 && len < 3500);
ASSERT(len > 2000 && len < 4000);
String h = Sys("tar -tvf " + fn);
int q = h.Find("root/website.bak/root/bak/forum.fud");