提交 5b4f4328 作者: Juan Batiz-Benet

3nodetest: dont fail because of logs

上级 76451fd9
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论