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
de94da5e
"plugins/rpmd/openmmapi/vscode:/vscode.git/clone" did not exist on "c0ccf9e3d8e5b4533df93c3ca9a4715138403caa"
Commit
de94da5e
authored
Jan 27, 2020
by
mattip
Browse files
remove old versions of pypy from test
parent
1cb5cba9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
tests/test_fill_pypy_ver.sh
tests/test_fill_pypy_ver.sh
+1
-4
No files found.
tests/test_fill_pypy_ver.sh
View file @
de94da5e
# Test Python version fill utility, for pypy
[
"
$(
fill_pypy_ver 4
)
"
==
$LATEST_PP_4
]
||
ingest
"lpp4"
[
"
$(
fill_pypy_ver 5
)
"
==
$LATEST_PP_5
]
||
ingest
"lpp5"
[
"
$(
fill_pypy_ver 6
)
"
==
$LATEST_PP_6
]
||
ingest
"lpp6"
[
"
$(
fill_pypy_ver 7
)
"
==
$LATEST_PP_7
]
||
ingest
"lpp7"
[
"
$(
fill_pypy_ver 4.0
)
"
==
$LATEST_PP_4p0
]
||
ingest
[
"
$(
fill_pypy_ver 5.0
)
"
==
$LATEST_PP_5p0
]
||
ingest
[
"
$(
fill_pypy_ver 5.1
)
"
==
$LATEST_PP_5p1
]
||
ingest
[
"
$(
fill_pypy_ver 5.3
)
"
==
$LATEST_PP_5p3
]
||
ingest
...
...
@@ -16,5 +14,4 @@
[
"
$(
fill_pypy_ver 7.0
)
"
==
$LATEST_PP_7p0
]
||
ingest
[
"
$(
fill_pypy_ver 7.1
)
"
==
$LATEST_PP_7p1
]
||
ingest
[
"
$(
fill_pypy_ver 7.2
)
"
==
$LATEST_PP_7p2
]
||
ingest
[
"
$(
fill_pypy_ver 4.0.1
)
"
==
"4.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 5.0.1
)
"
==
"5.0.1"
]
||
ingest
[
"
$(
fill_pypy_ver 7.3
)
"
==
$LATEST_PP_7p3
]
||
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