aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCaleb Garrett <[email protected]>2024-02-09 19:24:19 -0500
committerGitHub <[email protected]>2024-02-09 19:24:19 -0500
commit0c9661a66164736aae9f4c9df250494c17379f5c (patch)
tree5d91a081d82d111f7d9b2211a73debb558fbba32 /tests
parentf6645750c95ac008f74b980b553117e7a390a833 (diff)
parente7d0b8db88fa032b5d825901092aca78b0b424ce (diff)
Merge branch 'main' into hash
Diffstat (limited to 'tests')
-rwxr-xr-xtests/stm32/teleprobe.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/stm32/teleprobe.sh b/tests/stm32/teleprobe.sh
deleted file mode 100755
index 6eec6ca93..000000000
--- a/tests/stm32/teleprobe.sh
+++ /dev/null
@@ -1,12 +0,0 @@
1echo Running target=$1 elf=$2
2STATUSCODE=$(
3 curl \
4 -sS \
5 --output /dev/stderr \
6 --write-out "%{http_code}" \
7 -H "Authorization: Bearer $TELEPROBE_TOKEN" \
8 https://teleprobe.embassy.dev/targets/$1/run --data-binary @$2
9)
10echo
11echo HTTP Status code: $STATUSCODE
12test "$STATUSCODE" -eq 200