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