File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ jobs:
129
129
GOPATH : /home/circleci/go
130
130
TEST_VERBOSE : 1
131
131
steps :
132
- - run : sudo apt install socat
132
+ - run : sudo apt update
133
+ - run : sudo apt install socat net-tools
133
134
- checkout
134
135
135
136
- run :
Original file line number Diff line number Diff line change @@ -175,12 +175,12 @@ ipfs key rm key_ed25519
175
175
test_cmp rsa_key_id roundtrip_rsa_key_id
176
176
'
177
177
178
- test_must_fail " online export rsa key" '
179
- ipfs key export generated_rsa_key
178
+ test_expect_success " online export rsa key" '
179
+ test_must_fail ipfs key export generated_rsa_key
180
180
'
181
181
182
- test_must_fail " online rotate rsa key" '
183
- ipfs key rotate
182
+ test_expect_success " online rotate rsa key" '
183
+ test_must_fail ipfs key rotate
184
184
'
185
185
186
186
test_kill_ipfs_daemon
You can’t perform that action at this time.
0 commit comments