mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 17:30:37 +00:00
Merge pull request #711 from signalwire/dronestderr
[Tests] Fix Drone CI capturing Address Sanitizer reports sent to stderr.
This commit is contained in:
commit
ffe0a1b629
@ -25,7 +25,7 @@ log="$TESTSUNITPATH/log_run-tests_${relativedir//\//!}!$file.html";
|
|||||||
|
|
||||||
# Execute the test
|
# Execute the test
|
||||||
echo "Start executing $currenttestpath"
|
echo "Start executing $currenttestpath"
|
||||||
$currenttestpath | tee >(ansi2html > $log) ;
|
$currenttestpath 2>&1 | tee >(ansi2html > $log) ;
|
||||||
exitstatus=${PIPESTATUS[0]} ;
|
exitstatus=${PIPESTATUS[0]} ;
|
||||||
echo "End executing $currenttestpath"
|
echo "End executing $currenttestpath"
|
||||||
echo "Exit status is $exitstatus"
|
echo "Exit status is $exitstatus"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user