Skip to content

Commit

Permalink
ValgrindTests.sh: add "=" to possible lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel authored and andresailer committed Aug 7, 2023
1 parent f303204 commit 32a8cb5
Showing 1 changed file with 1 addition and 1 deletion.
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/:\?[-a-z0-9A-Z_/.]*libClicPerformance.so[.0-9]*:\?/:/'`
MARLIN_DLL=`echo $MARLIN_DLL | sed -e 's/:\?[-a-z0-9A-Z_/.=]*libClicPerformance.so[.0-9]*:\?/:/'`
export MARLIN_DLL=$1:$MARLIN_DLL
export VALGRIND_LIB=$2
command=$3
Expand Down

0 comments on commit 32a8cb5

Please sign in to comment.