mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 17:02:30 +00:00
Delete tests/stm32/teleprobe.sh
This commit is contained in:
parent
2c5426aa5c
commit
2e15d1371a
@ -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
|
|
Loading…
Reference in New Issue
Block a user