зеркало из https://github.com/mozilla/pjs.git
Put the timestamp in the reftest HTTP server's path to prevent cross-contamination of cached tests between branches, in case those different branches run reftests on the same profile. r=Waldo
This commit is contained in:
Родитель
da2d2cecb2
Коммит
77a5e1e26f
|
@ -422,7 +422,7 @@ function ServeFiles(manifestURL, depth, directory, files)
|
|||
}
|
||||
|
||||
gCount++;
|
||||
var path = "/" + gCount;
|
||||
var path = "/" + Date.now() + "/" + gCount;
|
||||
gServer.registerDirectory(path + "/", directory);
|
||||
|
||||
var secMan = CC[NS_SCRIPTSECURITYMANAGER_CONTRACTID]
|
||||
|
|
Загрузка…
Ссылка в новой задаче