mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Add, commented out, the change needed to use dump.pl for a tinderbox.
This commit is contained in:
parent
f45b5900c8
commit
ea90843676
@ -143,6 +143,8 @@ sub redirectToReport {
|
||||
my $loc = "Location: " . $proto . $cgi->var("SERVER_NAME");
|
||||
$cgi->var("SCRIPT_NAME") =~ /^(.*\/).*$/;
|
||||
$loc .= $1 . "report.pl?id=" . $params{id};
|
||||
# To use for a tinderbox, comment out the line above and uncomment this:
|
||||
# $loc .= $1 . "dump.pl?id=" . $params{id} . "&purge=1";
|
||||
print $loc, "\n\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user