Delete tests/stm32/teleprobe.sh

This commit is contained in:
Dario Nieuwenhuis 2024-02-08 00:31:21 +01:00 committed by GitHub
parent 2c5426aa5c
commit 2e15d1371a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +0,0 @@
echo Running target=$1 elf=$2
STATUSCODE=$(
curl \
-sS \
--output /dev/stderr \
--write-out "%{http_code}" \
-H "Authorization: Bearer $TELEPROBE_TOKEN" \
https://teleprobe.embassy.dev/targets/$1/run --data-binary @$2
)
echo
echo HTTP Status code: $STATUSCODE
test "$STATUSCODE" -eq 200