mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
test: run valgrind-tests under $TESTS_ENVIRONMENT
Otherwise we are missing $TEST_DIR for the test data and run the test against the system-installed binaries and keyboard/locale maps.
This commit is contained in:
parent
28d6adfcbd
commit
916b500286
@ -6613,7 +6613,7 @@ valgrind-tests: $(TESTS)
|
||||
if $(LIBTOOL) --mode=execute file $$f | grep -q shell; then \
|
||||
echo -e "$${x}Skipping non-binary $$f"; else \
|
||||
echo -e "$${x}Running $$f"; \
|
||||
$(LIBTOOL) --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \
|
||||
$(AM_TESTS_ENVIRONMENT) $(LIBTOOL) --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \
|
||||
x="\n\n"; \
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user