Skip to content

Commit

Permalink
Fix bug that overwrites local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Jul 19, 2024
1 parent 33a88c1 commit b14343c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression_tests/run_regression_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ if [ ! -d $BASELINE_DIR/libROM ]; then # Clone master branch to baseline directo
recompile=1
else
echo "The baseline branch ${BASELINE_DIR}/libROM exists"
cd ${BASELINE_DIR}/libROM
num_changes=$(git rev-list HEAD...origin/master --count)
nc=$(( $num_changes ))
if [[ $nc != 0 ]]; then
Expand Down

0 comments on commit b14343c

Please sign in to comment.