forked from opencadc/vostools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruntest
executable file
·45 lines (35 loc) · 1.64 KB
/
runtest
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
#!/bin/tcsh -f
if ( $0:h == $0 ) then
set thisDir=$PWD
else
set thisDir=$0:h
if ( $thisDir !~ "/*" ) then
set thisDir = $PWD/$thisDir
endif
endif
if ($?PYTHONPATH) then
setenv PYTHONPATH "${PYTHONPATH}:${thisDir}"
else
setenv PYTHONPATH "$thisDir"
endif
python2.7 -m trace --count -s -m -C cover --ignore-dir=/usr/lib64:/usr/lib \
--ignore-module=BitVector --ignore-module=fuse --ignore-module=html2text \
--ignore-module=TestAll --ignore-module=Test_vos \
--ignore-module=TestNodeCache --ignore-module=TestCadcCache \
--ignore-module=Test_vofs --ignore-module=Test_vofile \
--ignore-module=TestCacheMetaData \
vos/test/TestAll.py
#python2.7 -m trace --count -s -m -C cover --ignore-dir=/usr/lib64:/usr/lib \
#--ignore-module=Test_vofs vos/test/TestCadcCache.py vos/test/Test_vofs.py
#python2.7 -m trace --count -s -m -C cover --ignore-dir=/usr/lib64:/usr/lib \
# --ignore-module=Test_vos vos/test/Test_vos.py
#python2.7 -m trace --count -s -m -C cover --ignore-dir=/usr/lib64:/usr/lib \
#--ignore-module=Test_vos vos/test/Test_vos.py vos/test/Test_vos.py
#python2.7 -m trace --count -s -m -C cover --ignore-dir=/usr/lib64:/usr/lib \
#--ignore-module=Test_vofs vos/test/Test_vofs.py
#python2.7 -m trace --count -s -m -C cover --ignore-dir=/usr/lib64:/usr/lib \
# --ignore-module=Test_vofile vos/test/Test_vofile.py
#python2.7 -m trace --count -s -m -C cover --ignore-dir=/usr/lib64:/usr/lib \
# --ignore-module=TestCacheMetaData vos/test/TestCacheMetaData.py
#python2.7 -m trace --count -s -m -C cover --ignore-dir=/usr/lib64:/usr/lib \
#--ignore-module=TestNodeCache vos/test/TestNodeCache.py