Skip to content

Commit

Permalink
remove upfront files to be written from miscalibrator tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Dec 2, 2021
1 parent 00f3faf commit aff7f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CondTools/SiStrip/test/testBuildersReaders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ function die { echo $1: status $2 ; exit $2; }

if test -f "SiStripConditionsDBFile.db"; then
echo "cleaning the local test area"
rm -fr SiStripConditionsDBFile.db
rm -fr SiStripConditionsDBFile.db # builders test
rm -fr modifiedSiStrip*.db # miscalibrator tests
fi

echo " testing CondTools/SiStrip"
Expand Down

0 comments on commit aff7f85

Please sign in to comment.