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 7ed67f9 commit c208991Copy full SHA for c208991
integration-tests/tracecontext-integration-test.sh
@@ -8,6 +8,8 @@ mkdir -p target
8
rm -rf ./target/trace-context
9
git clone https://github.com/w3c/trace-context ./target/trace-context
10
cd ./target/trace-context && git checkout $TRACECONTEXT_GIT_TAG && cd -
11
+python3 -m venv ./.venv
12
+source ./.venv/bin/activate
13
pip3 install setuptools;
14
pip3 install aiohttp;
15
node ./integration-tests/propagation-validation-server/validation-server.js 1>&2 &
0 commit comments