Recover the sequence of LD_LIBRARY_PATH (#1838)
author남궁석/동작제어Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Wed, 4 Jul 2018 01:36:52 +0000 (10:36 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 4 Jul 2018 01:36:52 +0000 (10:36 +0900)
The sequence of LD_LIBRARY_PATH should be remained as it was.

Recover the sequence of LD_LIBRARY_PATH

Signed-off-by: seok <sk.namkoong@samsung.com>
tests/framework/run_test.sh

index 9eaea02..1be39b7 100755 (executable)
@@ -159,7 +159,7 @@ run_tests()
         echo "======================"
 
         # Run driver to test framework
-        LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${NNFW_LD_LIBRARY_PATH}" $DRIVER_BIN $MODELFILE
+        LD_LIBRARY_PATH="${NNFW_LD_LIBRARY_PATH}:${LD_LIBRARY_PATH}" $DRIVER_BIN $MODELFILE
 
         #$DRIVER_BIN $MODELFILE
         if [[ $? -eq 0 ]]; then