Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Jul 17, 2024
2 parents 815d21e + d1710b6 commit dfac036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -602,10 +602,10 @@ build_packetdrill() { local old_pwd kversion branch rc=0
./configure
_make || rc=${?}

cd ../mptcp
if [ "${INPUT_PACKETDRILL_NO_MORE_TOLERANCE}" = "1" ]; then
printinfo "Packetdrill: not modifying the tolerance"
else
cd ../mptcp
# reduce debug logs: too much
set_trace_off

Expand All @@ -628,8 +628,8 @@ build_packetdrill() { local old_pwd kversion branch rc=0
done

set_trace_on
cd "${old_pwd}"
fi
cd "${old_pwd}"

log_section_end

Expand Down

0 comments on commit dfac036

Please sign in to comment.