Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
obfsvpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
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
leap
obfsvpn
Commits
7660fc15
Commit
7660fc15
authored
4 months ago
by
Maxb
Browse files
Options
Downloads
Patches
Plain Diff
Fix shellcheck complaint in integration test script
parent
81ef4ce0
Branches
kcp
No related tags found
1 merge request
!62
Add reconnect integration test
Pipeline
#238023
passed with warnings
4 months ago
Stage: test
Stage: build
Stage: release
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/integration-test.sh
+1
-1
1 addition, 1 deletion
scripts/integration-test.sh
with
1 addition
and
1 deletion
scripts/integration-test.sh
+
1
−
1
View file @
7660fc15
...
...
@@ -82,7 +82,7 @@ docker compose -p "$mode" --env-file $env_file exec client ndt7-client -quiet |
# Testing bridge control panel
if
[[
"
$LIVE_TEST
"
==
"0"
]]
;
then
if
[[
`
docker compose
-p
"
$mode
"
logs |
grep
control-client |
tail
-n1
|
cut
-d
"|"
-f2
| xargs
`
==
"parsing failure"
]]
if
[[
$(
docker compose
-p
"
$mode
"
logs |
grep
control-client |
tail
-n1
|
cut
-d
"|"
-f2
| xargs
)
==
"parsing failure"
]]
then
echo
"failed to parse from control panel"
|
tee
-a
$logfile
exit
1
...
...
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