commit 78e6d608ba2dcb769eda0f1e5b8047027279dd87
parent c9559a08b152f4fd31168758500c5ef29984fa6f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 17 Oct 2025 19:25:46 +0200
Correction to Tsrf test logging
The first message was printed in the result, instead of being printed in
stderr.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_stardis_smeteo_ground_temperature.sh b/src/test_stardis_smeteo_ground_temperature.sh
@@ -183,7 +183,7 @@ done
isimu=0;
# Run the simulations
-printf 'Calculating 0 %%\n'
+>&2 printf 'Running 0 %%\n'
sed -n "/^${date}/{${n}p;}" "${smeteo}" \
| while read -r i; do