mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Add stress parameter to keep refreshing until the test fails. Made npm run ctest work without auth
This commit is contained in:
parent
f7114a46b8
commit
dd708342df
@ -337,6 +337,10 @@
|
||||
function done(err) {
|
||||
console.log("/" + Array(20).join("-"));
|
||||
console.log("finished running " + (i - 1) + " tests from " + all.length + ". In " + (Date.now() - t) + "ms");
|
||||
if (!err && document.URL.indexOf("stress=1") >= 0) {
|
||||
console.log("Stress testing and found no errors so reloading");
|
||||
location.reload();
|
||||
}
|
||||
callback && callback(err);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user