fix spurious output during docker_build

This commit is contained in:
Manuel Barkhau 2019-02-14 23:33:45 +01:00
parent 419c000189
commit d3f2050fe3

View file

@ -8,7 +8,7 @@ serve:
echo "Not Implemented" echo "Not Implemented"
COMPAT_TEST_FILES = $(shell ls -1 test/*.py | awk '{ printf " compat_"$$0 }') COMPAT_TEST_FILES = $(shell ls -1 test/*.py 2>/dev/null | awk '{ printf " compat_"$$0 }')
compat_test/%.py: test/%.py compat_test/%.py: test/%.py
@mkdir -p compat_test/; @mkdir -p compat_test/;