Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Hindenlang
test_gitlabCI
Commits
f4ba3f1d
Commit
f4ba3f1d
authored
May 03, 2017
by
Florian Hindenlang
Browse files
fix run_test script.
parent
59824188
Pipeline
#11988
passed with stages
in 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
testing/run_tests.py
View file @
f4ba3f1d
...
...
@@ -128,7 +128,7 @@ if(cases[0]==0 or (caseID in cases)) :
caseID
=
caseID
+
1
if
(
cases
[
0
]
==
0
or
(
caseID
in
cases
))
:
pname
=
"second"
tol
=
0.
0
1
tol
=
0.1
print
(
"caseID: %d name: %s"
%
(
caseID
,
pname
))
stat
=
execute
(
args
.
execpath
,
case
=
caseID
,
project
=
pname
,
\
keepdir
=
args
.
keepdir
,
error_tol
=
tol
,
err
=
collect_err
)
...
...
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