Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
487e9395
Commit
487e9395
authored
1 year ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
Replace tempfile by mktemp in scripts
parent
105b929c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
do_tests.zsh
+1
-1
1 addition, 1 deletion
do_tests.zsh
run_tests
+1
-1
1 addition, 1 deletion
run_tests
with
2 additions
and
2 deletions
do_tests.zsh
+
1
−
1
View file @
487e9395
...
...
@@ -113,7 +113,7 @@
echo
"
$INFO
Modules to install:
$modules_to_install
"
echo
"
$INFO
Install those modules"
logfile
=
$(
temp
file
--suffix
=
.log
)
logfile
=
$(
mk
temp
--suffix
=
.log
)
function
clean_logfile
()
{
rm
$logfile
}
...
...
This diff is collapsed.
Click to expand it.
run_tests
+
1
−
1
View file @
487e9395
...
...
@@ -47,7 +47,7 @@
else
loglevel
=
"--log-level=test"
fi
logfile
=
$(
temp
file
--suffix
=
.log
)
logfile
=
$(
mk
temp
--suffix
=
.log
)
COVERAGE_SOURCE
=
"
${
COVERAGE_SOURCE
-
$project_home
}
"
if
[
"
$ODOO_TYPE
"
=
"odoo7"
]
||
[
"
$ODOO_TYPE
"
=
"odoo8"
]
||
[
"
$ODOO_TYPE
"
=
"odoo9"
]
||
[
"
$ODOO_TYPE
"
=
"odoo10"
]
;
then
...
...
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