build(update.sh): Do not append to the `src/tests.rs` file

This commit is contained in:
Benedikt Peetz 2023-11-01 13:24:30 +01:00
parent d6cc3422e4
commit 3702788285
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cd ..
cd ./trinitry || (echo "No trinitry directory" && exit 1)
cargo update && cargo upgrade
./update.sh >> ./src/tests.rs
./update.sh > ./src/tests.rs
cd ..