Skip to content

Commit

Permalink
Added better deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed May 26, 2024
1 parent 86b4f5f commit a5362e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified results/combined/merges_analyzer_histograms.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions src/scripts/merge_tools/intellimerge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ if [ "$conflicts_resolved" = false ]; then
echo "Conflict detected. Aborting the merge. Please resolve the conflicts."
echo "All conflicting files:"
echo "$conflict_files"
rm -rf $temp_out_dir $temp_intellimerge_dir
exit 1
fi

Expand Down

0 comments on commit a5362e2

Please sign in to comment.