aboutsummaryrefslogtreecommitdiff
path: root/vendor/voclient/testscripts/votinfo.sh
blob: 32a059099c101b4cc4456d0acd44cd8699b663dd (plain) (blame)
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
for file in *.xml http://www.nrao.edu/~wyoung/test-data/ned.xml
do
	echo
	echo ---- $file ----
	echo
	votinfo $file
	votinfo -w -b $file
	votinfo -w -d $file
	votinfo -w -i $file
	votinfo -w -n param $file
	votinfo -w -n info $file
	votinfo -w -n rows $file
	votinfo -w -n cols $file
	votinfo -w -n resources $file
	votinfo -w -p $file
	votinfo -w -s $file
	votinfo -w -v $file
	echo
	echo --------------
	echo
	echo
	echo ---- $file ----
	echo
	votinfo $file
	votinfo --warn --brief $file
	votinfo --warn --description $file
	votinfo --warn --info $file
	votinfo --warn --numberOf=param $file
	votinfo --warn --numberOf=info $file
	votinfo --warn --numberOf=rows $file
	votinfo --warn --numberOf=cols $file
	votinfo --warn --numberOf=resources $file
	votinfo --warn --param $file
	votinfo --warn --size $file
	votinfo --warn --verbose $file
	echo
	echo --------------
	echo
done