Skip to content

Commit 257955e

Browse files
committed
test 1
1 parent dbbdd2d commit 257955e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/e2e/scripts/test_e2e_runner.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ done
3535
echo "Valid custom cert found!"
3636

3737
# 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
38+
# chown -R $USER:$USER ~/.test_mitmproxy
39+
sudo cp ~/.test_mitmproxy/mitmproxy-ca.pem tests/e2e/mitmproxy-ca.pem
4040

4141
echo "E2E processing..."
4242
python -m pytest -s --capture=sys -v --cov=domaintools tests/e2e
@@ -49,5 +49,5 @@ docker network rm ${DOCKER_NETWORK_NAME} || true
4949

5050
# Clean up custom certs
5151
echo "Removing custom certs..."
52-
rm -rf tests/e2e/mitmproxy-ca.pem
53-
rm -rf ~/.test_mitmproxy
52+
sudo rm -rf tests/e2e/mitmproxy-ca.pem
53+
sudo rm -rf ~/.test_mitmproxy

0 commit comments

Comments
 (0)