Skip to content

Commit

Permalink
Prevent VS code reverse search highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rrivera747 committed Dec 7, 2024
1 parent d45eb7a commit f9e7650
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/ots
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ if [[ $SOFTKILLALL != 0 ]]; then

out "${Yellow}${Bold}${REV}******************************************************${RstClr}"
out "${Yellow}${Bold}${REV}************* kill otsdaq! ************** ${OTS_OWNER} ${RstClr}"
out "${Yellow}${Bold}${REV}******************************************************${RstClr}"
out "${Yellow}${Bold}${REV}******************************************************${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output

#try to force kill other StartOTS scripts
echo "KILL_ALL" > $OTSDAQ_STARTOTS_QUIT_FILE
Expand All @@ -536,7 +536,7 @@ if [[ $KILLALL != 0 ]]; then

out "${Yellow}${Bold}${REV}******************************************************${RstClr}"
out "${Yellow}${Bold}${REV}************* kill ALL otsdaq! **************${RstClr}"
out "${Yellow}${Bold}${REV}******************************************************${RstClr}"
out "${Yellow}${Bold}${REV}******************************************************${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output

#try to force kill other StartOTS scripts
echo "KILL_ALL" > $OTSDAQ_STARTOTS_QUIT_FILE
Expand Down Expand Up @@ -840,7 +840,7 @@ launchOTSMacromaker() {
out "${Blue}${REV} ***************************************************** ${RstClr}"
out "${Blue}${REV} ******* Launching ots in MacroMaker MODE! ********* ${RstClr}"
out "${Blue}${REV} ***************************************************** ${RstClr}"
out "${Blue}${REV} ${RstClr}"
out "${Blue}${REV} ${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output
out #blank line


Expand Down Expand Up @@ -1063,7 +1063,7 @@ launchOTSWiz() {
out "${Red}${REV} ***************************************************** ${RstClr}"
out "${Red}${REV} *********** Launching ots in WIZ MODE! ************ ${RstClr}"
out "${Red}${REV} ***************************************************** ${RstClr}"
out "${Red}${REV} ${RstClr}"
out "${Red}${REV} ${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output
out #blank line

#setup wiz mode environment variables
Expand Down Expand Up @@ -1370,7 +1370,7 @@ launchOTS() {
fi
fi
out "${Purple}${REV} ***************************************************** ${RstClr}"
out "${Purple}${REV} ${RstClr}"
out "${Purple}${REV} ${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output
out #blank line
out "XDAQ Configuration XML = ${XDAQ_CONFIGURATION_DATA_PATH}/${XDAQ_OTS_XML}.xml"

Expand Down Expand Up @@ -2129,7 +2129,7 @@ launchOTSLogFind() {
out "${Purple}${REV} *********************************************************************** ${RstClr}"
out "${Purple}${REV} *********** Finding potential ots log files! ************ ${RstClr}"
out "${Purple}${REV} *********************************************************************** ${RstClr}"
out "${Purple}${REV} ${RstClr}"
out "${Purple}${REV} ${RstClr}${Reset}" #Reset needed to prevent highlight of text in reverse searches after this output
out #blank line
out "XDAQ Configuration XML = ${XDAQ_CONFIGURATION_DATA_PATH}/${XDAQ_OTS_XML}.xml"

Expand Down

0 comments on commit f9e7650

Please sign in to comment.