Merge pull request #3667 from jix/xprop-test-make-fix

tests: in xprop tests, use MAKE variable if set
This commit is contained in:
Jannis Harder 2023-02-10 16:06:16 +01:00 committed by GitHub
commit f3c4e93d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -e
python3 generate.py $@
make -f run-test.mk
${MAKE:-make} -f run-test.mk