VirtualBox

Changeset 81723 in vbox for trunk/configure


Ignore:
Timestamp:
Nov 6, 2019 8:51:27 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134487
Message:

configure: better redirection to avoid losing diagnostics in the log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r80421 r81723  
    313313{
    314314  echo "executing the binary" >> $LOG
    315   $ODIR.tmp_out > $ODIR.test_execute.log
     315  $ODIR.tmp_out > $ODIR.test_execute.log 2>&1
    316316  rc=$?
    317317  cat $ODIR.test_execute.log | tee -a $LOG
     
    334334  local_nofail="${2}"
    335335  echo "executing the binary (LD_LIBRARY_PATH=$1)" >> $LOG
    336   LD_LIBRARY_PATH="${local_path}" $ODIR.tmp_out > $ODIR.test_execute.log
     336  LD_LIBRARY_PATH="${local_path}" $ODIR.tmp_out > $ODIR.test_execute.log 2>&1
    337337  rc=$?
    338338  cat $ODIR.test_execute.log | tee -a $LOG
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette