mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-27 07:55:03 +00:00
etc: add TEST_EXEC_ENV for run-pass to adb_run_wrapper.sh
This commit is contained in:
parent
9e618cf954
commit
f7ee7d09dd
@ -17,9 +17,10 @@ then
|
||||
|
||||
L_RET=1
|
||||
L_COUNT=0
|
||||
cd $PATH
|
||||
while [ $L_RET -eq 1 ]
|
||||
do
|
||||
LD_LIBRARY_PATH=$PATH $PATH/$RUN $@ 1>$PATH/$RUN.stdout 2>$PATH/$RUN.stderr
|
||||
TEST_EXEC_ENV=22 LD_LIBRARY_PATH=$PATH $PATH/$RUN $@ 1>$PATH/$RUN.stdout 2>$PATH/$RUN.stderr
|
||||
L_RET=$?
|
||||
if [ $L_COUNT -gt 0 ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user