mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-22 22:02:34 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@10331 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
713b9092ac
commit
64781bdcaa
1 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ using namespace Upp;
|
|||
|
||||
void GetRepoInfo(String repo, Date& d, int& rev)
|
||||
{
|
||||
String s = Sys("svn info svn://localhost/upp");
|
||||
String s = Sys("svn info " + repo);
|
||||
LOG("SVN info:");
|
||||
LOG(s);
|
||||
|
||||
|
|
@ -46,8 +46,7 @@ CONSOLE_APP_MAIN
|
|||
|
||||
ASSERT(d == d1 && rev == rev1);
|
||||
|
||||
for(int pass = 0; pass < 3; pass++) {
|
||||
String dir = decode(pass, 0, "/mnt/nas1/bak", 1, "/mnt/nas/bak", "/bak");
|
||||
for(auto dir : Split("/net/nas1/bak;/net/nas/bak;/bak;/big/bak", ';')) {
|
||||
FindFile ff(dir + "/*");
|
||||
Time tm = Time::Low();
|
||||
int64 len = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue