mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@12023 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
648390149e
commit
5dcb7ccc09
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
description "#WAIT:30\377";
|
||||
|
||||
uses
|
||||
Core;
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue