Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyfeeds-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
FSL
pyfeeds-tests
Commits
a2475ab6
Commit
a2475ab6
authored
2 years ago
by
Matthew Webster
Browse files
Options
Downloads
Patches
Plain Diff
BF: 1st arg is outdir
parent
eab4b1bd
No related branches found
No related tags found
1 merge request
!47
BF: feedsRun writing to test directory, not output directory
Pipeline
#15664
skipped
Stage: fsl-ci-build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
unit_tests/avwutils/fix_orient/feedsRun
+1
-1
1 addition, 1 deletion
unit_tests/avwutils/fix_orient/feedsRun
unit_tests/fugue/applywarp/feedsRun
+1
-1
1 addition, 1 deletion
unit_tests/fugue/applywarp/feedsRun
with
2 additions
and
2 deletions
unit_tests/avwutils/fix_orient/feedsRun
+
1
−
1
View file @
a2475ab6
...
@@ -155,7 +155,7 @@ if __name__ == '__main__':
...
@@ -155,7 +155,7 @@ if __name__ == '__main__':
result
=
0
result
=
0
for
test
in
tests
:
for
test
in
tests
:
try
:
try
:
os
.
chdir
(
sys
.
argv
[
2
])
os
.
chdir
(
sys
.
argv
[
1
])
test
()
test
()
print
(
f
'
\n
Test
{
test
.
__name__
}
PASSED
'
)
print
(
f
'
\n
Test
{
test
.
__name__
}
PASSED
'
)
except
Exception
as
e
:
except
Exception
as
e
:
...
...
This diff is collapsed.
Click to expand it.
unit_tests/fugue/applywarp/feedsRun
+
1
−
1
View file @
a2475ab6
...
@@ -78,5 +78,5 @@ def test_applywarp_uses_sqform_correctly():
...
@@ -78,5 +78,5 @@ def test_applywarp_uses_sqform_correctly():
if __name__ == '__main__':
if __name__ == '__main__':
os.chdir(sys.argv[
2
])
os.chdir(sys.argv[
1
])
test_applywarp_uses_sqform_correctly()
test_applywarp_uses_sqform_correctly()
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