1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00

Enable detailed backtraces at scripts/run.sh

This commit is contained in:
Roman Zeyde 2018-07-29 22:03:11 +03:00
parent b8e07f153a
commit d8078c1930
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -2,6 +2,7 @@
set -eu
T=5
export RUST_BACKTRACE=1
while :
do
cargo fmt