Skip to content

Commit f7ee7d0

Browse files
committed
etc: add TEST_EXEC_ENV for run-pass to adb_run_wrapper.sh
1 parent 9e618cf commit f7ee7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/etc/adb_run_wrapper.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ then
1717

1818
L_RET=1
1919
L_COUNT=0
20+
cd $PATH
2021
while [ $L_RET -eq 1 ]
2122
do
22-
LD_LIBRARY_PATH=$PATH $PATH/$RUN $@ 1>$PATH/$RUN.stdout 2>$PATH/$RUN.stderr
23+
TEST_EXEC_ENV=22 LD_LIBRARY_PATH=$PATH $PATH/$RUN $@ 1>$PATH/$RUN.stdout 2>$PATH/$RUN.stderr
2324
L_RET=$?
2425
if [ $L_COUNT -gt 0 ]
2526
then

0 commit comments

Comments
 (0)