mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[tests] should_fail not needed
This commit is contained in:
parent
caf277ff3f
commit
917378f766
@ -5,4 +5,4 @@ c_args:['-DHAVE_CONFIG_H'], cpp_args:['-DHAVE_CONFIG_H'], include_directories:['
|
|||||||
|
|
||||||
test_lib = environment({'TEST_LIB': meson.source_root()+'/test/libtest.sh'})
|
test_lib = environment({'TEST_LIB': meson.source_root()+'/test/libtest.sh'})
|
||||||
t = find_program('test-ftp-parser')
|
t = find_program('test-ftp-parser')
|
||||||
test('ftp-parser', t, env: test_lib, workdir: meson.current_build_dir(), is_parallel: false, should_fail: false)
|
test('ftp-parser', t, env: test_lib, workdir: meson.current_build_dir(), is_parallel: false)
|
||||||
|
Loading…
Reference in New Issue
Block a user