Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
a64e2b16
Commit
a64e2b16
authored
Apr 30, 2018
by
Remi Perenon
Browse files
Debugging
parent
35dab89b
Pipeline
#3636
canceled with stages
in 10 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Unix/tests.sh
View file @
a64e2b16
...
...
@@ -23,7 +23,7 @@ cd ${MDANSE_SOURCE_DIR}
# DEPENDENCIES TESTS
#############################
echo
-e
"
${
BLUE
}
""Performing dependencies tests""
${
NORMAL
}
"
cd
Tests/DependeciesTests
cd
Tests/Depende
n
ciesTests
${
PYTHONEXE
}
AllTests.py
status
=
$?
if
[
$status
-ne
0
]
;
then
...
...
BuildServer/Windows/tests.bat
View file @
a64e2b16
...
...
@@ -35,6 +35,18 @@ if %STATUS% neq 0 (
exit
%STATUS%
)
rem Perform dependencies tests
set
MDANSE_UNIT_TESTS_DIR
=
%MDANSE_SOURCE_DIR%
\\Tests\\DependenciesTests
cd
"
%MDANSE_UNIT_TESTS_DIR%
"
"
%PYTHON_EXE%
"
AllTests
.py
rem Exit now if something goes wrong
set
STATUS
=
%ERRORLEVEL%
if
%STATUS%
neq
0
(
echo
"Failed when running dependencies tests"
call
$
{
MDANSE_SOURCE_DIR
}
\\BuildServer\\Windows\\clean.bat
exit
%STATUS%
)
rem Perform functional tests
set
MDANSE_FUNCTIONAL_TESTS_DIR
=
%MDANSE_SOURCE_DIR%
\\Tests\\FunctionalTests\\Jobs
cd
"
%MDANSE_FUNCTIONAL_TESTS_DIR%
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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