Skip to content

Commit 53628b6

Browse files
committed
fix run_tests.sh - do not clobber LD_LIBRARY_PATH
1 parent 6f339a8 commit 53628b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Common/TestRunner/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$1" = "--debug" ]; then
77
ENABLE_DEBUG_MODE="/breakonerror"
88
fi
99

10-
export LD_LIBRARY_PATH=.
10+
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
1111

1212
exit_code=0
1313

0 commit comments

Comments
 (0)