We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae1c8c commit a4b5ba2Copy full SHA for a4b5ba2
Makefile
@@ -75,7 +75,7 @@ wfb_rtsp: src/rtsp_server.c
75
test: all_bin fec_test libsodium_test
76
./fec_test
77
./libsodium_test
78
- PYTHONPATH=`pwd` trial3 wfb_ng.tests
+ PYTHONPATH=`pwd` $(PYTHON) -m twisted.trial wfb_ng.tests
79
80
rpm: all_bin wfb_rtsp $(ENV)
81
rm -rf dist
0 commit comments