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
3871ac190f1b
Commit
3871ac190f1b
authored
6 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
change messages on testing
parent
849932ff7482
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
do_tests
+3
-1
3 additions, 1 deletion
do_tests
with
3 additions
and
1 deletion
do_tests
+
3
−
1
View file @
3871ac19
...
...
@@ -101,8 +101,8 @@
then
if
[[
"
$fail_on_errors
"
==
"False"
]]
;
then
echo
"[
${
MAGENTA
}
WARN
${
RESET
}
]
Cannot i
nstall modules
(
$errors
ERROR messages
found)
"
echo
"[
${
MAGENTA
}
WARN
${
RESET
}
]
I
nstall modules
with
$errors
ERROR messages"
else
echo
"[
${
RED
}
KO
${
RESET
}
] Cannot install modules (
$errors
ERROR messages found)"
exit
1
fi
...
...
@@ -105,7 +105,9 @@
else
echo
"[
${
RED
}
KO
${
RESET
}
] Cannot install modules (
$errors
ERROR messages found)"
exit
1
fi
else
echo
"[
${
GREEN
}
OK
${
RESET
}
] Modules installed"
fi
echo
"[
${
YELLOW
}
INFO
${
RESET
}
] Run tests on
$dbname
"
$here
/run_tests
$dbname
$ODOO_HOST
$ODOO_USER
$*
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