instrumentation: add next-share/
[cs-p2p-next.git] / instrumentation / next-share / BaseLib / Test / test_dlhelp.sh
1 #!/bin/sh -x
2 #
3 # We should run the tests in a separate Python interpreter to prevent 
4 # problems with our singleton classes, e.g. SuperPeerDB, etc.
5 #
6 # WARNING: this shell script must use \n as end-of-line, Windows
7 # \r\n gives problems running this on Linux
8
9 PYTHONPATH=../..:"$PYTHONPATH"
10 export PYTHONPATH
11
12 python test_dlhelp.py singtest_good_2fast
13 python test_dlhelp.py singtest_bad_2fast_dlhelp
14 python test_dlhelp.py singtest_bad_2fast_metadata_not_bdecodable
15 python test_dlhelp.py singtest_bad_2fast_metadata_not_dict1
16 python test_dlhelp.py singtest_bad_2fast_metadata_not_dict2
17 python test_dlhelp.py singtest_bad_2fast_metadata_empty_dict
18 python test_dlhelp.py singtest_bad_2fast_metadata_wrong_dict_keys
19 python test_dlhelp.py singtest_bad_2fast_metadata_bad_torrent1
20 python test_dlhelp.py singtest_bad_2fast_metadata_bad_torrent2
21 python test_dlhelp.py singtest_bad_2fast_metadata_bad_torrent3