mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Decrease xml test log size
This commit is contained in:
parent
a3a60b8eb9
commit
bddef01fdd
@ -209,9 +209,9 @@ do
|
||||
then
|
||||
if [ -n "$optimize" ]
|
||||
then
|
||||
log=--logger=JUNIT,test_suite,$log_directory/opt_$vm.xml $testargs
|
||||
log=--logger=JUNIT,error,$log_directory/opt_$vm.xml $testargs
|
||||
else
|
||||
log=--logger=JUNIT,test_suite,$log_directory/noopt_$vm.xml $testargs_no_opt
|
||||
log=--logger=JUNIT,error,$log_directory/noopt_$vm.xml $testargs_no_opt
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user