commit d8d9a377a21ad89ae8a52607e44af97e15b00f7a from: Sergey Bronnikov date: Fri Jan 17 09:03:23 2020 UTC Remove sudo in cirrus config commit - b7e1aae652bd7643f9bed37b8bb192d65c83802f commit + d8d9a377a21ad89ae8a52607e44af97e15b00f7a blob - 3a8138d5a020b5cd9e731f1c3c8e82172f145d07 blob + 15623a8f4c0edb84c1e680aba29d69493c1c567d --- .cirrus.yml +++ .cirrus.yml @@ -31,7 +31,7 @@ macos_task: test_script: - NPLAB=1 scripts/install-packetdrill.sh - . venv/bin/activate - - sudo -E python3 scripts/run-tests.py --testplan testplans/testplan-macos.json --report_file junit.xml + - python3 scripts/run-tests.py --testplan testplans/testplan-macos.json --report_file junit.xml always: junit_artifacts: path: "*.xml"