Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Feb 29, 2024
1 parent 7e1f1fa commit c607134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/memory-testing/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm $OUTPUT_DIR/*

if [ "$1" = "no-docker" ]; then
cargo build -p memory-testing
python3 ./crates/memory-testing/capture_dumps.py ./target/debug/memory-testing $OUTPUT_DIR
sudo python3 ./crates/memory-testing/capture_dumps.py ./target/debug/memory-testing $OUTPUT_DIR
else
docker build -f crates/memory-testing/Dockerfile -t bitwarden/memory-testing .
docker run --rm -it -v $OUTPUT_DIR:/output bitwarden/memory-testing
Expand Down

0 comments on commit c607134

Please sign in to comment.