mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
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:
co-authored by
Claude Sonnet 4.6
parent
18604a6d65
commit
47a76c4bf8
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
sudo rm -f oott.db
|
||||
cargo test -- --show-output
|
||||
sudo CARGO_HOME=$HOME/.cargo cargo test -- --show-output
|
||||
|
||||
Reference in New Issue
Block a user