Kaydet (Commit) f3c653a1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

bin/run LO_TRACE hook

(similar to our CPPUNITTRACE hook)

Change-Id: Iec4e8d4246ba7fca0afe5f9be6f6bcd9e0289e49
üst 3fb0320e
...@@ -29,7 +29,7 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}" ...@@ -29,7 +29,7 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
echo "setting search path to: ${PATH}" echo "setting search path to: ${PATH}"
echo "execing: ${exedir}/$1" echo "execing: ${exedir}/$1"
exec "${exedir}"/$@ exec ${LO_TRACE} "${exedir}"/$@
elif [ $(uname) = Darwin ]; then elif [ $(uname) = Darwin ]; then
...@@ -48,7 +48,7 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}" ...@@ -48,7 +48,7 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
echo "setting search path to: ${DYLD_LIBRARY_PATH}" echo "setting search path to: ${DYLD_LIBRARY_PATH}"
echo "execing: ${exedir}/$1" echo "execing: ${exedir}/$1"
exec "${exedir}"/$@ exec ${LO_TRACE} "${exedir}"/$@
else else
...@@ -70,6 +70,6 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}" ...@@ -70,6 +70,6 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
echo "setting search path to: ${LD_LIBRARY_PATH}" echo "setting search path to: ${LD_LIBRARY_PATH}"
echo "execing: ${exedir}/$1" echo "execing: ${exedir}/$1"
exec "${exedir}"/$@ exec ${LO_TRACE} "${exedir}"/$@
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment