1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-05 21:10:57 +00:00
trezor-firmware/tests/run-separate.sh
2014-06-11 19:56:19 +02:00

6 lines
81 B
Bash
Executable File

#!/bin/bash
for i in test_*.py; do
echo Starting: $i
python $i > $i.out
done