This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-11-15 20:19:23 +00:00
Code
Issues
Releases
Wiki
Activity
eb69431651
trezor-firmware
/
tests
/
run-separate.sh
6 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
add run-separate.sh script
2014-06-11 17:56:19 +00:00
#!/bin/bash
for
i in test_*.py
;
do
echo
Starting:
$i
use HidTransport by default again
2014-07-29 16:57:13 +00:00
python
$i
>
$i
.out 2>
$i
.err
add run-separate.sh script
2014-06-11 17:56:19 +00:00
done
Reference in New Issue
Copy Permalink