1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 18:39:05 +00:00
trezor-firmware/tests/device_tests/run-separate.sh

6 lines
91 B
Bash
Raw Normal View History

2014-06-11 17:56:19 +00:00
#!/bin/bash
for i in test_*.py; do
echo Starting: $i
2014-07-29 16:57:13 +00:00
python $i > $i.out 2> $i.err
2014-06-11 17:56:19 +00:00
done