mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Minor script updates
This commit is contained in:
parent
f21b54ff3e
commit
896baaa076
@ -30,6 +30,7 @@ PrintHeader()
|
||||
{
|
||||
echo "$TitleColour"
|
||||
echo "============================================================================" | tee -a log.txt
|
||||
echo " Running syntax checks " | tee -a log.txt
|
||||
echo " Configuration : $configuration_name" | tee -a log.txt
|
||||
echo " Compiler : $compiler " | tee -a log.txt
|
||||
echo " Language : C++$cxx_standard " | tee -a log.txt
|
||||
|
||||
@ -38,6 +38,7 @@ PrintHeader()
|
||||
{
|
||||
echo "$TitleColour"
|
||||
echo "============================================================================" | tee -a log.txt
|
||||
echo " Running tests " | tee -a log.txt
|
||||
echo " Configuration : $configuration_name" | tee -a log.txt
|
||||
echo " Compiler : $compiler " | tee -a log.txt
|
||||
echo " Language : C++$cxx_standard " | tee -a log.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user