Commit 15f2e8c1 by Ben Clayton

Regres: Remove hack to always start with a daily test

Change-Id: Ia8793c5274985a8474407a42628b054136de8aa9 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/28352Tested-by: 's avatarBen Clayton <bclayton@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 24d1166a
......@@ -191,7 +191,7 @@ func (r *regres) run() error {
}
changes := map[string]*changeInfo{} // Change ID -> changeInfo
lastUpdatedTestLists := date{} // toDate(time.Now())
lastUpdatedTestLists := toDate(time.Now())
lastQueriedChanges := time.Time{}
for {
......
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