mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-26 07:52:05 +03:00
include stacktraces in runner scripts
This commit is contained in:
parent
cca6e25202
commit
d5c82a63e0
@ -1,2 +1,3 @@
|
|||||||
cd game
|
cd game
|
||||||
game.exe > ..\\output.txt
|
set RUST_BACKTRACE=1
|
||||||
|
game.exe 1> ..\\output.txt 2>&1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd game
|
cd game
|
||||||
./game
|
RUST_BACKTRACE=1 ./game
|
||||||
|
Loading…
Reference in New Issue
Block a user