Skip to content
Snippets Groups Projects
Commit 5028a123 authored by Sertonix's avatar Sertonix Committed by Timo Teräs
Browse files

tests: always pass env to test_program

parent 9cfb6b89
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ env.set('APK', apk_exe.full_path())
env.set('SRC', meson.current_source_dir())
test_program = find_program('test-basic.sh')
test_list = run_command(test_program, '--list', check: true).stdout().split('\n')
test_list = run_command(test_program, '--list', check: true, env: env).stdout().split('\n')
foreach test : test_list
test = test.strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment