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
f4fec251
Commit
f4fec251
authored
3 years ago
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: minor formatting cleanups to test output
parent
adaa037d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ci/test.sh
+3
-2
No files found.
ci/test.sh
View file @
f4fec251
...
...
@@ -83,7 +83,7 @@ echo "##########################################################################
if
[
-z
"
$SKIP_GITDAEMON_TESTS
"
]
;
then
echo
"Starting git daemon..."
GITDAEMON_DIR
=
`
mktemp
-d
${
TMPDIR
}
/gitdaemon.XXXXXXXX
`
git init
--bare
"
${
GITDAEMON_DIR
}
/test.git"
git init
--bare
"
${
GITDAEMON_DIR
}
/test.git"
>
/dev/null
git daemon
--listen
=
localhost
--export-all
--enable
=
receive-pack
--base-path
=
"
${
GITDAEMON_DIR
}
"
"
${
GITDAEMON_DIR
}
"
2>/dev/null &
GITDAEMON_PID
=
$!
disown
$GITDAEMON_PID
...
...
@@ -112,10 +112,11 @@ if [ -z "$SKIP_NTLM_TESTS" -o -z "$SKIP_ONLINE_TESTS" ]; then
fi
if
[
-z
"
$SKIP_SSH_TESTS
"
]
;
then
echo
""
echo
"Starting ssh daemon..."
HOME
=
`
mktemp
-d
${
TMPDIR
}
/home.XXXXXXXX
`
SSHD_DIR
=
`
mktemp
-d
${
TMPDIR
}
/sshd.XXXXXXXX
`
git init
--bare
"
${
SSHD_DIR
}
/test.git"
git init
--bare
"
${
SSHD_DIR
}
/test.git"
>
/dev/null
cat
>
"
${
SSHD_DIR
}
/sshd_config"
<<-
EOF
Port 2222
ListenAddress 0.0.0.0
...
...
This diff is collapsed.
Click to expand it.
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