зеркало из https://github.com/mozilla/gecko-dev.git
updating vxml for the vxml tbox dump
This commit is contained in:
Родитель
1454b62393
Коммит
ab2250999a
|
@ -1000,7 +1000,7 @@ sub do_vxml {
|
|||
|
||||
%state_symbols = (success=>'green',busted=>'red',testfailed=>'test failed');
|
||||
|
||||
print "<vxml><form><block>\n\n";
|
||||
print '<vxml><form id="tinderbox"><block>\n\n';
|
||||
|
||||
if (is_tree_state_available()) {
|
||||
print "<audio>$::tree is " .
|
||||
|
@ -1014,5 +1014,5 @@ sub do_vxml {
|
|||
print "<audio>$buildname is $state_symbols{$build{$buildname}} </audio>\n";
|
||||
}
|
||||
print "<pause>1000</pause><audio>adios</audio>\n\n";
|
||||
print '<goto next="_home"/>\n</block></form></vxml>';
|
||||
print '<disconnect/>\n</block></form></vxml>';
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче