Skip to content

Commit

Permalink
fix run_tests.sh - do not clobber LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
arturl committed Oct 22, 2013
1 parent 6f339a8 commit 53628b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/tests/Common/TestRunner/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$1" = "--debug" ]; then
ENABLE_DEBUG_MODE="/breakonerror"
fi

export LD_LIBRARY_PATH=.
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"

exit_code=0

Expand Down

0 comments on commit 53628b6

Please sign in to comment.