Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
ab274664
Commit
ab274664
authored
Dec 05, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test(sharness): use test profile
Otherwise, we have port conflicts and other issues.
parent
f1b28dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test/sharness/t0060-daemon.sh
test/sharness/t0060-daemon.sh
+3
-3
No files found.
test/sharness/t0060-daemon.sh
View file @
ab274664
...
...
@@ -9,7 +9,7 @@ test_description="Test daemon command"
.
lib/test-lib.sh
test_expect_success
"create badger config"
'
ipfs init --profile=badgerds > /dev/null &&
ipfs init --profile=badgerds
,test
> /dev/null &&
cp "$IPFS_PATH/config" init-config
'
...
...
@@ -17,7 +17,7 @@ test_expect_success "cleanup repo" '
rm -rf "$IPFS_PATH"
'
test_launch_ipfs_daemon
--init
--init-config
=
"
$(
pwd
)
/init-config"
test_launch_ipfs_daemon
--init
--init-config
=
"
$(
pwd
)
/init-config"
--init-profile
=
test
test_kill_ipfs_daemon
test_expect_success
"daemon initialization with existing config works"
'
...
...
@@ -30,7 +30,7 @@ test_expect_success "cleanup repo" '
rm -rf "$IPFS_PATH"
'
test_launch_ipfs_daemon
--init
--init-config
=
"
$(
pwd
)
/init-config"
--init-profile
=
randomports
test_launch_ipfs_daemon
--init
--init-config
=
"
$(
pwd
)
/init-config"
--init-profile
=
test
,
randomports
test_kill_ipfs_daemon
test_expect_success
"daemon initialization with existing config + profiles works"
'
...
...
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