Skip to content

Commit

Permalink
git rm quite
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Jan 22, 2025
1 parent 5e35e55 commit 9ca101c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ getFunctionalTestMaterial()
fi

cd openj9
git rm -rf .
git rm -rqf .
git clean -fxd
cd $TESTDIR
}
Expand Down Expand Up @@ -749,7 +749,7 @@ getVendorTestMaterial() {

# clean up
cd $dest
git rm -rf .
git rm -rqf .
git clean -fxd
cd $TESTDIR

Expand Down

0 comments on commit 9ca101c

Please sign in to comment.