mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
fix spurious output during docker_build
This commit is contained in:
parent
419c000189
commit
d3f2050fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ serve:
|
|||
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
|
||||
@mkdir -p compat_test/;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue