summaryrefslogtreecommitdiffstats
path: root/scripts/pm_test_single_taskset_mtimes_short
blob: 0ae2093d7ab3855c36ecb64ce38492eb4c0cfb37 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
for i in `seq 0 100` ; do
		echo -n "$i) ";
		./test_single_taskset ;
		sleep 20;
		cat res-*.bin >> result-all-$i.bin
done