Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
pub
frama-c
Commits
e2f3669c
Commit
e2f3669c
authored
2 years ago
by
Patrick Baudin
Browse files
Options
Downloads
Patches
Plain Diff
[Script] ./bin/tests.sh - fixes SetEnv
parent
cdab973a
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
bin/test.sh
+3
-5
3 additions, 5 deletions
bin/test.sh
with
3 additions
and
5 deletions
bin/test.sh
+
3
−
5
View file @
e2f3669c
...
...
@@ -38,7 +38,6 @@ FRAMAC_WP_CACHE_GIT=git@git.frama-c.com:frama-c/wp-cache.git
function
Usage
{
SetEnv
echo
"USAGE"
echo
""
echo
"
${
THIS_SCRIPT
}
[OPTIONS|TESTS]..."
...
...
@@ -136,14 +135,14 @@ function SetEnv
function
CloneCache
{
if
[
!
-d
"
$FRAMAC_WP_CACHEDIR
"
]
;
then
Head
"Cloning WP cache..."
Head
"Cloning WP cache
(from
$FRAMAC_WP_CACHE_GIT
to
$FRAMAC_WP_CACHEDIR
)
..."
Cmd git clone
$FRAMAC_WP_CACHE_GIT
$FRAMAC_WP_CACHEDIR
fi
}
function
PullCache
{
Head
"Pull WP cache..."
Head
"Pull WP cache
(to
$FRAMAC_WP_CACHEDIR
)
..."
Run git
-C
$FRAMAC_WP_CACHEDIR
pull
--rebase
}
...
...
@@ -282,6 +281,7 @@ function CountTests
# --- Command Line Processing
# --------------------------------------------------------------------------
SetEnv
while [ "
$1
" != "" ]
do
case "
$1
" in
...
...
@@ -327,7 +327,5 @@ do
esac
shift
done
SetEnv
RunTests
$TESTS
CountTests
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