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 dbbdd2d commit 257955eCopy full SHA for 257955e
tests/e2e/scripts/test_e2e_runner.sh
@@ -35,8 +35,8 @@ done
35
echo "Valid custom cert found!"
36
37
# Copy valid custom cert to target dir
38
-chown -R $USER:$USER ~/.test_mitmproxy
39
-cp ~/.test_mitmproxy/mitmproxy-ca.pem tests/e2e/mitmproxy-ca.pem
+# chown -R $USER:$USER ~/.test_mitmproxy
+sudo cp ~/.test_mitmproxy/mitmproxy-ca.pem tests/e2e/mitmproxy-ca.pem
40
41
echo "E2E processing..."
42
python -m pytest -s --capture=sys -v --cov=domaintools tests/e2e
@@ -49,5 +49,5 @@ docker network rm ${DOCKER_NETWORK_NAME} || true
49
50
# Clean up custom certs
51
echo "Removing custom certs..."
52
-rm -rf tests/e2e/mitmproxy-ca.pem
53
-rm -rf ~/.test_mitmproxy
+sudo rm -rf tests/e2e/mitmproxy-ca.pem
+sudo rm -rf ~/.test_mitmproxy
0 commit comments