From 94fa1b2b52248f4251e6aa7633979e8b7e4420f1 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Nov 2021 15:52:47 +0100 Subject: [PATCH] silence curl --- test_coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_coverage.sh b/test_coverage.sh index 41678d42..680b4475 100755 --- a/test_coverage.sh +++ b/test_coverage.sh @@ -409,7 +409,7 @@ curl -s "http://localhost:8878/datatypes" >/dev/null curl -s "http://localhost:8878/raw" >/dev/null curl -s "http://localhost:8878/decode?def=UCH&raw=1f" >/dev/null curl -s "http://localhost:8878/data/mc.5/installparam?poll=1&user=test&secret=testpass" >/dev/null -curl -T test_coverage.sh http://localhost:8878/data/ +curl -s -T test_coverage.sh http://localhost:8878/data/ echo `date` "commands done" kill $lstpid verify=`./src/tools/ebusctl -p 8877 -t 10 info|egrep "^address 04:"`