From f2654f9b3f3e6a225b825d743ae506978b88556b Mon Sep 17 00:00:00 2001 From: Leonhard Reichenbach Date: Tue, 25 Jul 2023 10:30:49 +0200 Subject: [PATCH] Re-add so versions again --- Tests/bin/MarlinTests.sh | 2 +- Tests/bin/Profiler.sh | 2 +- Tests/bin/ValgrindTests.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/bin/MarlinTests.sh b/Tests/bin/MarlinTests.sh index 7bc299e..5898988 100755 --- a/Tests/bin/MarlinTests.sh +++ b/Tests/bin/MarlinTests.sh @@ -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="" diff --git a/Tests/bin/Profiler.sh b/Tests/bin/Profiler.sh index a28b1a5..2aadbc9 100755 --- a/Tests/bin/Profiler.sh +++ b/Tests/bin/Profiler.sh @@ -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="" diff --git a/Tests/bin/ValgrindTests.sh b/Tests/bin/ValgrindTests.sh index 83f0b48..e28908a 100755 --- a/Tests/bin/ValgrindTests.sh +++ b/Tests/bin/ValgrindTests.sh @@ -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