-
Notifications
You must be signed in to change notification settings - Fork 0
/
all_test_sh
45 lines (37 loc) · 817 Bytes
/
all_test_sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
rm ALL_ERR
cd test_basic_reduc
sh ./test_basic_reduc_sh
cat ALL_ERR >> ../ALL_ERR
cat ALL_ERR
echo "Finished test_basic_reduc_sh"
cd ..
cd test_pigeon_untrained
sh ./test_pigeon_untrained_sh
cat ALL_ERR >> ../ALL_ERR
cat ALL_ERR
echo "Finished test_pigeon_untrained_sh"
cd ..
cd test_pigeon_under_trained
sh ./test_pigeon_under_trained_sh
cat ALL_ERR >> ../ALL_ERR
cat ALL_ERR
echo "Finished test_pigeon_under_trained_sh"
cd ..
cd test_pigeon_trained
sh ./test_pigeon_trained_sh
cat ALL_ERR >> ../ALL_ERR
cat ALL_ERR
echo "Finished test_pigeon_trained_sh"
cd ..
cd test_first_1000
sh ./test_first_1000_sh
cat ALL_ERR >> ../ALL_ERR
cat ALL_ERR
echo "Finished test_first_1000_sh"
cd ..
cd test_second_1000
sh ./test_second_1000_sh
cat ALL_ERR >> ../ALL_ERR
cat ALL_ERR
echo "Finished test_second_1000_sh"
cd ..