Merge pull request #173892 from gebner/fixbeetsminimal
beets: correctly ignore tests
This commit is contained in:
commit
c9063b8907
@ -126,7 +126,7 @@ python3Packages.buildPythonApplication rec {
|
||||
eval "disabledTestPaths=($disabledTestPaths)"
|
||||
for path in ''${disabledTestPaths[@]}; do
|
||||
if [ -e "$path" ]; then
|
||||
args+=" --ignore \"$path\""
|
||||
args+=" --ignore $path"
|
||||
else
|
||||
echo "Skipping non-existent test path '$path'"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user