Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed May 7, 2024
1 parent 5a3d387 commit 379cbd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Example Example"
python3 src/python/replay_merge.py --idx 522-15 -delete_workdir
head -n 151 results/combined/result.csv > temp.csv && mv temp.csv results/combined/result.csv
make NUM_PROCESSES=1 check-merges-reproducibility
env:
Expand Down
4 changes: 4 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ done
PATH=$(pwd)/src/scripts/merge_tools/:$PATH
export PATH

# Print current git global config
echo "Current global git config:"
git config --list --show-origin

GIT_CONFIG_GLOBAL=$(pwd)/blanck_git_config.config
export GIT_CONFIG_GLOBAL
if git config --list --show-origin | grep 'file:'"$GIT_CONFIG_GLOBAL" > /dev/null; then
Expand Down

0 comments on commit 379cbd0

Please sign in to comment.