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
4030f4a8
Commit
4030f4a8
authored
Jun 28, 2018
by
Matthew Brett
Browse files
Add extra test for fill of Python version
parent
3572e30d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_fill_pyver.sh
tests/test_fill_pyver.sh
+1
-0
No files found.
tests/test_fill_pyver.sh
View file @
4030f4a8
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
[
"
$(
fill_pyver 2.6
)
"
==
$LATEST_2p6
]
||
ingest
[
"
$(
fill_pyver 2.6
)
"
==
$LATEST_2p6
]
||
ingest
[
"
$(
fill_pyver 2.6.2
)
"
==
"2.6.2"
]
||
ingest
[
"
$(
fill_pyver 2.6.2
)
"
==
"2.6.2"
]
||
ingest
[
"
$(
fill_pyver 3
)
"
==
$LATEST_3p7
]
||
ingest
[
"
$(
fill_pyver 3
)
"
==
$LATEST_3p7
]
||
ingest
[
"
$(
fill_pyver 3.7.0
)
"
==
"3.7.0"
]
||
ingest
[
"
$(
fill_pyver 3.7
)
"
==
$LATEST_3p7
]
||
ingest
[
"
$(
fill_pyver 3.7
)
"
==
$LATEST_3p7
]
||
ingest
[
"
$(
fill_pyver 3.6
)
"
==
$LATEST_3p6
]
||
ingest
[
"
$(
fill_pyver 3.6
)
"
==
$LATEST_3p6
]
||
ingest
[
"
$(
fill_pyver 3.6.0
)
"
==
"3.6.0"
]
||
ingest
[
"
$(
fill_pyver 3.6.0
)
"
==
"3.6.0"
]
||
ingest
...
...
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