Skip to content

Commit

Permalink
fixup! [performance] Disable auto-detection of GNU tar incremental fi…
Browse files Browse the repository at this point in the history
…les by default
  • Loading branch information
mxmlnkn committed Sep 3, 2023
1 parent 351cd0c commit b72f95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,8 @@ checkRecursiveFolderMounting()
for (( iTest = 0; iTest < ${#tests[@]}; iTest += 3 )); do
'cp' -- "${tests[iTest+1]}" "$archiveFolder"
done
runAndCheckRatarmount -P "$parallelization" -c --ignore-zeros --recursive "$@" "$archiveFolder" "$mountFolder"
runAndCheckRatarmount -P "$parallelization" -c --detect-gnu-incremental --ignore-zeros --recursive \
"$@" "$archiveFolder" "$mountFolder"

local nChecks=0
for (( iTest = 0; iTest < ${#tests[@]}; iTest += 3 )); do
Expand Down

0 comments on commit b72f95f

Please sign in to comment.