Changeset 84667 in vbox
- Timestamp:
- Jun 3, 2020 3:19:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r83224 r84667 333 333 ## Set this to non-empty to make this test non-fatal. 334 334 local_nofail="${2}" 335 echo "executing the binary (LD_LIBRARY_PATH=$1 )" >> $LOG336 LD_LIBRARY_PATH="${local_path} " $ODIR.tmp_out > $ODIR.test_execute.log 2>&1335 echo "executing the binary (LD_LIBRARY_PATH=$1:$LD_LIBRARY_PATH)" >> $LOG 336 LD_LIBRARY_PATH="${local_path}:$LD_LIBRARY_PATH" $ODIR.tmp_out > $ODIR.test_execute.log 2>&1 337 337 rc=$? 338 338 cat $ODIR.test_execute.log | tee -a $LOG
Note:
See TracChangeset
for help on using the changeset viewer.