Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
149790b9
Commit
149790b9
authored
Apr 20, 2018
by
Etienne Samson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: remove extraneous semicolons
parent
4c969618
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
script/cibuild.sh
+3
-4
script/cileaks.sh
+1
-1
script/citest.sh
+2
-3
No files found.
script/cibuild.sh
View file @
149790b9
...
@@ -2,10 +2,9 @@
...
@@ -2,10 +2,9 @@
set
-x
set
-x
if
[
-n
"
$COVERITY
"
]
;
if
[
-n
"
$COVERITY
"
]
;
then
then
./script/coverity.sh
./script/coverity.sh
;
exit
$?
exit
$?
;
fi
fi
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
;
then
if
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
;
then
...
...
script/cileaks.sh
View file @
149790b9
...
@@ -5,7 +5,7 @@ set -x
...
@@ -5,7 +5,7 @@ set -x
# If this platform doesn't support test execution, bail out now
# If this platform doesn't support test execution, bail out now
if
[
-n
"
$SKIP_TESTS
"
]
;
if
[
-n
"
$SKIP_TESTS
"
]
;
then
then
exit
$?
;
exit
$?
fi
fi
if
[
-n
"
$VALGRIND
"
-a
-e
"
$(
which valgrind
)
"
]
;
then
if
[
-n
"
$VALGRIND
"
-a
-e
"
$(
which valgrind
)
"
]
;
then
...
...
script/citest.sh
View file @
149790b9
...
@@ -3,9 +3,8 @@
...
@@ -3,9 +3,8 @@
set
-x
set
-x
# If this platform doesn't support test execution, bail out now
# If this platform doesn't support test execution, bail out now
if
[
-n
"
$SKIP_TESTS
"
]
;
if
[
-n
"
$SKIP_TESTS
"
]
;
then
then
exit
$?
exit
$?
;
fi
fi
if
[
!
-d
_build
]
;
then
if
[
!
-d
_build
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment