"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "faf8f1cc06995c56fe06237fd2e485ab7b571546"
Commit ae79b13a authored by Davis King's avatar Davis King
Browse files

made test more robust

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404171
parent eef728d2
......@@ -33,7 +33,8 @@ namespace
0 // the number of command line arguments for this test
)
{
thetime = time(0);
// always use the same time so that tests are repeatable
thetime = 0;//time(0);
}
time_t thetime;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment