Commit 5b4f4328 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

3nodetest: dont fail because of logs

parent 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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment