Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
ece62566
Commit
ece62566
authored
14 years ago
by
Janik Zikovsky
Browse files
Options
Downloads
Patches
Plain Diff
Refs #2247: Minor overlooked change.
parent
f73839e7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Tools/TestViewer/test_info.py
+1
-1
1 addition, 1 deletion
Code/Tools/TestViewer/test_info.py
with
1 addition
and
1 deletion
Code/Tools/TestViewer/test_info.py
+
1
−
1
View file @
ece62566
...
@@ -953,7 +953,7 @@ class MultipleProjects(object):
...
@@ -953,7 +953,7 @@ class MultipleProjects(object):
dirList
=
os
.
listdir
(
path
)
dirList
=
os
.
listdir
(
path
)
for
fname
in
dirList
:
for
fname
in
dirList
:
# Look for executables ending in Test
# Look for executables ending in Test
if
fname
.
endswith
(
"
Test
"
)
and
(
fname
.
startswith
(
"
DataHandling
"
)
):
#!TODO
if
fname
.
endswith
(
"
Test
"
)
:
#
and (fname.startswith("DataHandling") ): #!TODO
make_command
=
"
cd %s ; make %s -j%d
"
%
(
os
.
path
.
join
(
path
,
"
..
"
),
fname
,
num_threads
)
make_command
=
"
cd %s ; make %s -j%d
"
%
(
os
.
path
.
join
(
path
,
"
..
"
),
fname
,
num_threads
)
pj
=
TestProject
(
fname
,
os
.
path
.
join
(
path
,
fname
),
make_command
)
pj
=
TestProject
(
fname
,
os
.
path
.
join
(
path
,
fname
),
make_command
)
print
"
... Populating project %s ...
"
%
fname
print
"
... Populating project %s ...
"
%
fname
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment