Skip to content

Commit

Permalink
Re-add so versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel authored Jul 25, 2023
1 parent 18cb3aa commit 3c490ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/bin/MarlinTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#----- parse command line - first argument is the
# test to run
## Drop existing ClicPerformance from MARLIN_DLL
MARLIN_DLL=`echo $MARLIN_DLL | sed -E 's/(:?)[^:]*libClicPerformance\.so:?/\1/'`
MARLIN_DLL=`echo $MARLIN_DLL | sed -E 's/(:?)[^:]*libClicPerformance\.so[.\d]*:?/\1/'`
export MARLIN_DLL=$1:$MARLIN_DLL
command=$2
theargs=""
Expand Down
2 changes: 1 addition & 1 deletion Tests/bin/Profiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source /cvmfs/projects.cern.ch/intelsw/psxe/linux/all-setup.sh
#----- parse command line - first argument is the
# test to run
## Drop existing ClicPerformance from MARLIN_DLL
MARLIN_DLL=`echo $MARLIN_DLL | sed -E 's/(:?)[^:]*libClicPerformance\.so:?/\1/'`
MARLIN_DLL=`echo $MARLIN_DLL | sed -E 's/(:?)[^:]*libClicPerformance\.so[.\d]*:?/\1/'`
export MARLIN_DLL=$1:$MARLIN_DLL
command=$2
theargs=""
Expand Down
2 changes: 1 addition & 1 deletion Tests/bin/ValgrindTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#----- parse command line - first argument is the
# test to run
## Drop existing ClicPerformance from MARLIN_DLL
MARLIN_DLL=`echo $MARLIN_DLL | sed -E 's/(:?)[^:]*libClicPerformance\.so:?/\1/'`
MARLIN_DLL=`echo $MARLIN_DLL | sed -E 's/(:?)[^:]*libClicPerformance\.so[.\d]*:?/\1/'`
export MARLIN_DLL=$1:$MARLIN_DLL
export VALGRIND_LIB=$2
command=$3
Expand Down

0 comments on commit 3c490ee

Please sign in to comment.