Skip to content

Commit

Permalink
fix(qa-physics): don't stage monitorElec files
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 15, 2023
1 parent 642705b commit 47366bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-physics/stageTimelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ ! -d $inputDir ]; then
fi

# check HIPO files
timelineFiles=$(find $inputDir -name "*.hipo" -type f)
timelineFiles=$(find $inputDir -name "*.hipo" -type f | grep -v 'monitorElec')
$TIMELINESRC/bin/hipo-check.sh $timelineFiles

# copy timelines to output directory
Expand Down

0 comments on commit 47366bd

Please sign in to comment.