Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ctbto-testing-env
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
flexpart
ctbto-testing-env
Commits
876598a7
Commit
876598a7
authored
7 years ago
by
Espen Sollum
Browse files
Options
Downloads
Patches
Plain Diff
Added trailing slash to path names
parent
396d84ac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
check/check.py
+1
-1
1 addition, 1 deletion
check/check.py
check/run_selected_cases.py
+1
-1
1 addition, 1 deletion
check/run_selected_cases.py
with
2 additions
and
2 deletions
check/check.py
+
1
−
1
View file @
876598a7
...
...
@@ -143,7 +143,7 @@ parser.add_argument(
"
might want to go back and look at the test directories, so auto-cleanup
"
"
prevents that.
"
),
dest
=
"
SCRATCH_DIR
"
,
default
=
"
/tmp
"
)
default
=
"
/tmp
/
"
)
...
...
This diff is collapsed.
Click to expand it.
check/run_selected_cases.py
+
1
−
1
View file @
876598a7
...
...
@@ -70,7 +70,7 @@ def main():
"
--tmp_dir
"
,
help
=
(
"
Where temporary files are stored.
"
),
dest
=
'
SCRATCH_DIR
'
,
default
=
'
/tmp
'
)
default
=
'
/tmp
/
'
)
args
=
parser
.
parse_args
()
...
...
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