Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
4f741a4d
Commit
4f741a4d
authored
Jan 22, 2020
by
Matthew Brett
Browse files
Extend test to two good, one bad wheel
parent
79727994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/test_supported_wheels.sh
tests/test_supported_wheels.sh
+4
-0
No files found.
tests/test_supported_wheels.sh
View file @
4f741a4d
...
@@ -45,5 +45,9 @@ $good_whl2"
...
@@ -45,5 +45,9 @@ $good_whl2"
echo
"
$good_whl
,
$good_whl2
supported, supported_wheels does not return both."
echo
"
$good_whl
,
$good_whl2
supported, supported_wheels does not return both."
RET
=
1
RET
=
1
fi
fi
if
[
"
$(
$PYTHON_EXE
supported_wheels.py
$good_whl
$bad_whl
$good_whl2
)
"
!=
"
$both
"
]
;
then
echo
"
$good_whl
,
$good_whl2
supported,
$bad_whl
not; supported_wheels disagrees."
RET
=
1
fi
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment