Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
girara
Commits
662e66ce
Commit
662e66ce
authored
Dec 22, 2018
by
Sebastian Ramacher
Browse files
Reduce test hacks
parent
a2a6a8e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/meson.build
View file @
662e66ce
...
...
@@ -74,16 +74,4 @@ if check.found()
env: env,
timeout: 60*60
)
env_bin = find_program('env', required: false, native: true)
if env_bin.found()
env = environment()
env.set('XDG_TEST_HELPER_PATH', meson.current_build_dir())
test('utils-without-home', env_bin,
args: ['-u', 'HOME', utils],
env: env,
timeout: 60*60
)
endif
endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment