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-unixfs
Commits
5b4f4328
Commit
5b4f4328
authored
10 years ago
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3nodetest: dont fail because of logs
parent
76451fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/3nodetest/run-test-on-img.sh
test/3nodetest/run-test-on-img.sh
+2
-2
No files found.
test/3nodetest/run-test-on-img.sh
View file @
5b4f4328
...
...
@@ -25,11 +25,11 @@ fig up --no-color | tee build/fig.log
# save the ipfs logs for inspection
echo
"make save_logs"
make save_logs
make save_logs
||
true
# don't fail
# save the ipfs logs for inspection
echo
"make save_profiling_data"
make save_profiling_data
make save_profiling_data
||
true
# don't fail
# fig up won't report the error using an error code, so we grep the
# fig.log file to find out whether the call succeeded
...
...
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