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
3bd75eee8fa98ee70e29d59f4ec5a15291362cc2
3bd75eee8fa98ee70e29d59f4ec5a15291362cc2
Switch branch/tag
multibuild
tests
config.sh
Find file
Normal view
History
Permalink
config.sh
63 Bytes
Edit
Web IDE
Newer
Older
fixes from comments: MB_TEST_VER -> DOCKER_TEST_IMAGE; run tests
mattip
committed
Feb 28, 2020
1
function
run_tests
{
set and use PYTHON_EXE
mattip
committed
Mar 04, 2020
2
$PYTHON_EXE
-c
"import simplejson"
fixes from comments: MB_TEST_VER -> DOCKER_TEST_IMAGE; run tests
mattip
committed
Feb 28, 2020
3
4
}