mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[test] Typo
This commit is contained in:
parent
e589ec5ad4
commit
ee9327532a
@ -86,7 +86,7 @@ if conf_data.get('CONFIG_ECMASCRIPT')
|
||||
foreach t: tofail
|
||||
test(t, elinks, protocol: 'exitcode', is_parallel: true, timeout: 30, should_fail: true, verbose: false, workdir: meson.source_root() / 'test/ecmascript/assert/',
|
||||
args: ['--test', '1', '--eval', 'set ecmascript.enable = 1',
|
||||
'--eval', 'set.ecmascript.allow_xhr_file = 1',
|
||||
'--eval', 'set ecmascript.allow_xhr_file = 1',
|
||||
'--eval', 'set ecmascript.enable_console_log = 1',
|
||||
'--eval', 'set ui.sessions.fork_on_start = 0',
|
||||
'--no-connect', '1',
|
||||
@ -95,7 +95,7 @@ if conf_data.get('CONFIG_ECMASCRIPT')
|
||||
foreach t : took
|
||||
test(t, elinks, protocol: 'exitcode', is_parallel: true, timeout: 30, should_fail: false, verbose: false, workdir: meson.source_root() / 'test/ecmascript/assert',
|
||||
args: ['--test', '1', '--eval', 'set ecmascript.enable = 1',
|
||||
'--eval', 'set.ecmascript.allow_xhr_file = 1',
|
||||
'--eval', 'set ecmascript.allow_xhr_file = 1',
|
||||
'--eval', 'set ecmascript.enable_console_log = 1',
|
||||
'--eval', 'set ui.sessions.fork_on_start = 0',
|
||||
'--no-connect', '1',
|
||||
|
Loading…
Reference in New Issue
Block a user