support three digit versions in tests
This commit is contained in:
@@ -19,8 +19,8 @@ if [[ -z "$outdir" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
compfiles=( "$testdir/compiled/$testname".?.?.pyc )
|
compfiles=( "$testdir/compiled/$testname".?.?*.pyc )
|
||||||
xfcfiles=( "$testdir/xfail/$testname".?.?.pyc )
|
xfcfiles=( "$testdir/xfail/$testname".?.?*.pyc )
|
||||||
shopt -u nullglob
|
shopt -u nullglob
|
||||||
|
|
||||||
if (( ${#compfiles[@]} + ${#xfcfiles[@]} == 0 )); then
|
if (( ${#compfiles[@]} + ${#xfcfiles[@]} == 0 )); then
|
||||||
|
Reference in New Issue
Block a user