Fix run_tests.sh to use sudo with explicit CARGO_HOME

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-05-27 20:07:28 -04:00
co-authored by Claude Sonnet 4.6
parent 18604a6d65
commit 47a76c4bf8
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
sudo rm -f oott.db
cargo test -- --show-output
sudo CARGO_HOME=$HOME/.cargo cargo test -- --show-output