-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmbttest
executable file
·77 lines (55 loc) · 2.09 KB
/
mbttest
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#!/bin/sh
#
# defaults:
#
mbt="$VG $mbt_bin/mbt"
mbtg="$VG $mbt_bin/mbtg"
\rm ./tests/*.out
\rm ./tests/*.%
\rm ./tests/*.tree
\rm -rf ./temp
\mkdir ./temp
$mbtg -V
echo "exit code: " $?
$mbtg -h
echo "exit code: " $?
$mbt -V
echo "exit code: " $?
$mbt -h
echo "exit code: " $?
$mbtg -T tests/eindh.data -s ./temp/mbt.settings
cat ./temp/mbt.settings
$mbt -T tests/eindh.smalltest -s ./temp/mbt.settings > tests/mbt.out2 2>&1
cat tests/mbt.out2
$mbt -T tests/eindh.smalltest +vdi -s ./temp/mbt.settings > tests/mbt.out3 2>&1
cat tests/mbt.out3
$mbt -T tests/eindh.smalltest +vdb -s ./temp/mbt.settings > tests/mbt.out4 2>&1
cat tests/mbt.out4
$mbt -T tests/eindh.smalltest +vcf -s ./temp/mbt.settings > tests/mbt.out5 2>&1
cat tests/mbt.out5
$mbt -T tests/eindh.smalltest +vcf -s ./temp/mbt.settings -O"+vS -G0 -FColumns K: -a IGTREE +D U: -a IB1" > tests/mbt.out6 2>&1
cat tests/mbt.out6
$mbt -T tests/eindh.smalltest +vcf+di+db -s ./temp/mbt.settings -O"+vS -G0 -FColumns K: -a IGTREE +D U: -a IB1" > tests/mbt.out7 2>&1
cat tests/mbt.out7
$mbt -T tests/eindh.EL.smalltest -eEL -s ./temp/mbt.settings > tests/mbt.out8 2>&1
cat tests/mbt.out8
$mbt -t tests/eindh.EL.untagged -eEL -s ./temp/mbt.settings > tests/mbt.out9 2>&1
cat tests/mbt.out9
$mbt -t tests/eindh.NL.test -eNL -s ./temp/mbt.settings > tests/mbt.out10 2>&1
cat tests/mbt.out10
$mbt -t tests/eindh.untagged -s ./temp/mbt.settings > tests/mbt.out11 2>&1
cat tests/mbt.out11
$mbtg -T tests/fout.data -s ./temp/mbt.settings > tests/mbt.out12 2>&1
cat tests/mbt.out12
$mbtg -T tests/fout-tabbed.data --tabbed -s ./temp/mbt.settings > tests/mbt.out13 2>&1
cat tests/mbt.out13
$mbtg -T tests/eindh.data -t ./temp/TagsFreq.lst -s ./temp/mbt.settings
cat ./temp/TagsFreq.lst
$mbt -T tests/eindh.test -B1 -s ./temp/mbt.settings > tests/mbt.outB1 2>&1
cat tests/mbt.outB1
$mbt -T tests/eindh.test -B2 -s ./temp/mbt.settings > tests/mbt.outB2 2>&1
cat tests/mbt.outB2
$mbt -T tests/eindh.test -B4 -s ./temp/mbt.settings > tests/mbt.outB4 2>&1
cat tests/mbt.outB4
$mbt -T tests/eindh.test -B20 -s ./temp/mbt.settings > tests/mbt.outB20 2>&1
cat tests/mbt.outB20