Skip to content

Commit

Permalink
Take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele authored and ppigazzini committed Jul 11, 2023
1 parent a626705 commit 4357b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/fishtest/templates/tests_run.mak
Original file line number Diff line number Diff line change
Expand Up @@ -724,11 +724,13 @@
document.getElementById("new_tc").value = new_tc;
document.getElementById("threads").value = threads;
document.getElementById("new-options").value = (
options + " " +
document
.getElementById("new-options")
.value.replace(/Hash=[0-9]+ ?/, "")
).replace(/ $/, "");
document.getElementById("base-options").value = (
options + " " +
document
.getElementById("base-options")
.value.replace(/Hash=[0-9]+ ?/, "")
Expand Down

0 comments on commit 4357b5a

Please sign in to comment.