Makefile change to make netbsd bash/5 happy
This commit is contained in:
parent
cc7c8fedc3
commit
24029b5da4
@ -148,7 +148,8 @@ python_tests:
|
||||
@echo
|
||||
@echo ---- Running python_tests ----
|
||||
@echo
|
||||
-( . functions.source ; cd ../tests ; if [ ! -z $$VERBOSE ]; then verbose=--verbose ;fi ; python3 runner.py $$verbose )
|
||||
@echo bash -c " . functions.source ; cd ../tests ; if [ ! -z $$VERBOSE ]; then verbose=--verbose ;fi ; python3 runner.py $$verbose "
|
||||
@bash -c " . functions.source ; cd ../tests ; if [ ! -z $$VERBOSE ]; then verbose=--verbose ;fi ; python3 runner.py $$verbose "
|
||||
|
||||
mostlyclean clean:
|
||||
rm -rf $(top_srcdir)/test/tmp/*
|
||||
|
||||
@ -22,7 +22,7 @@ source ./functions.source
|
||||
copyTestFile $crwfile
|
||||
runTest exiv2 -v -pt $crwfile
|
||||
runTest exiv2 -v -m$cmdfile $crwfile
|
||||
runTest exiv2 -v -pt $crwfile
|
||||
runTest exiv2 -v -pt $crwfile
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Testcases: Delete tags
|
||||
|
||||
Loading…
Reference in New Issue
Block a user