#!/bin/sh -x # # We should run the tests in a separate Python interpreter to prevent # problems with our singleton classes, e.g. SuperPeerDB, etc. # # WARNING: this shell script must use \n as end-of-line, Windows # \r\n gives problems running this on Linux python test_dch.py singtest_connect_dns_to_dead_peer python test_dch.py singtest_connect_dns_to_live_peer python test_dch.py singtest_send_unopenedA python test_dch.py singtest_send_local_close python test_dch.py singtest_send_remote_close python test_dch.py singtest_send_opened python test_dch.py singtest_close_unopened python test_dch.py singtest_close_opened python test_dch.py singtest_receive python test_dch.py singtest_got_conn_incoming python test_dch.py singtest_got_conn_outgoing python test_dch.py singtest_got_conn_local_close python test_dch.py singtest_got_conn_remote_close