Browse Source
Enable detailed backtraces at scripts/run.sh
refactor-mempool
Roman Zeyde
7 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
1 changed files with
1 additions and
0 deletions
-
scripts/run.sh
|
|
@ -2,6 +2,7 @@ |
|
|
|
set -eu |
|
|
|
|
|
|
|
T=5 |
|
|
|
export RUST_BACKTRACE=1 |
|
|
|
while : |
|
|
|
do |
|
|
|
cargo fmt |
|
|
|