Skip to content

Commit 175df2e

Browse files
committed
Remove debugging statements from CI
Also explicitly stops the background server serving requests.
1 parent 22b8eb1 commit 175df2e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,3 +960,4 @@ jobs:
960960
run:
961961
|
962962
python ${GITHUB_WORKSPACE}/trace-context/test/test.py http://localhost:30000/test
963+
curl http://localhost:30000/stop

ci/do_ci.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,6 @@ elif [[ "$1" == "cmake.w3c.trace-context.build-server" ]]; then
402402
-DCMAKE_CXX_STANDARD=${CXX_STANDARD} \
403403
"${SRC_DIR}"
404404
eval "$MAKE_COMMAND"
405-
echo "currently at $(pwd)"
406-
echo "${BUILD_DIR}"
407-
ls -lah "${BUILD_DIR}/ext/test/w3c_tracecontext_test"
408405
exit 0
409406
elif [[ "$1" == "cmake.do_not_install.test" ]]; then
410407
cd "${BUILD_DIR}"

0 commit comments

Comments
 (0)