We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b8eb1 commit 175df2eCopy full SHA for 175df2e
.github/workflows/ci.yml
@@ -960,3 +960,4 @@ jobs:
960
run:
961
|
962
python ${GITHUB_WORKSPACE}/trace-context/test/test.py http://localhost:30000/test
963
+ curl http://localhost:30000/stop
ci/do_ci.sh
@@ -402,9 +402,6 @@ elif [[ "$1" == "cmake.w3c.trace-context.build-server" ]]; then
402
-DCMAKE_CXX_STANDARD=${CXX_STANDARD} \
403
"${SRC_DIR}"
404
eval "$MAKE_COMMAND"
405
- echo "currently at $(pwd)"
406
- echo "${BUILD_DIR}"
407
- ls -lah "${BUILD_DIR}/ext/test/w3c_tracecontext_test"
408
exit 0
409
elif [[ "$1" == "cmake.do_not_install.test" ]]; then
410
cd "${BUILD_DIR}"
0 commit comments