We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f339a8 commit 53628b6Copy full SHA for 53628b6
Release/tests/Common/TestRunner/run_tests.sh
@@ -7,7 +7,7 @@ if [ "$1" = "--debug" ]; then
7
ENABLE_DEBUG_MODE="/breakonerror"
8
fi
9
10
-export LD_LIBRARY_PATH=.
+export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
11
12
exit_code=0
13
0 commit comments