Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
tci-gateway-module
Grpc
Commits
62775690
Commit
62775690
authored
9 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Fix sanity
parent
bd4e3784
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
tools/run_tests/run_sanity.sh
+9
-7
9 additions, 7 deletions
tools/run_tests/run_sanity.sh
with
9 additions
and
7 deletions
tools/run_tests/run_sanity.sh
+
9
−
7
View file @
62775690
...
@@ -36,13 +36,11 @@ export TEST=true
...
@@ -36,13 +36,11 @@ export TEST=true
cd
`
dirname
$0
`
/../..
cd
`
dirname
$0
`
/../..
./tools/buildgen/generate_projects.sh
submodules
=
`
mktemp
/tmp/submXXXXXX
`
want_submodules
=
`
mktemp
/tmp/submXXXXXX
`
submodules
=
`
mktemp
`
git submodule
>
$submodules
diff
-u
$submodules
-
<<
EOF
git submodule |
awk
'{ print $1 }'
|
sort
>
$submodules
cat
<<
EOF
| awk '{ print
$1
}' | sort >
$want_submodules
05b155ff59114735ec8cd089f669c4c3d8f59029 third_party/gflags (v2.1.0-45-g05b155f)
05b155ff59114735ec8cd089f669c4c3d8f59029 third_party/gflags (v2.1.0-45-g05b155f)
c99458533a9b4c743ed51537e25989ea55944908 third_party/googletest (release-1.7.0)
c99458533a9b4c743ed51537e25989ea55944908 third_party/googletest (release-1.7.0)
33dd08320648ac71d7d9d732be774ed3818dccc5 third_party/openssl (OpenSSL_1_0_2d)
33dd08320648ac71d7d9d732be774ed3818dccc5 third_party/openssl (OpenSSL_1_0_2d)
...
@@ -50,7 +48,11 @@ diff -u $submodules - << EOF
...
@@ -50,7 +48,11 @@ diff -u $submodules - << EOF
50893291621658f355bc5b4d450a8d06a563053d third_party/zlib (v1.2.8)
50893291621658f355bc5b4d450a8d06a563053d third_party/zlib (v1.2.8)
EOF
EOF
if
[
-f
cache.mk
]
;
then
diff
-u
$submodules
$want_submodules
if
git ls-files cache.mk
--error-unmatch
&> /dev/null
;
then
echo
"Please don't commit cache.mk"
echo
"Please don't commit cache.mk"
exit
1
exit
1
fi
fi
./tools/buildgen/generate_projects.sh
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