Skip to content

Commit a4b5ba2

Browse files
committed
Fix trial invocation
1 parent 2ae1c8c commit a4b5ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ wfb_rtsp: src/rtsp_server.c
7575
test: all_bin fec_test libsodium_test
7676
./fec_test
7777
./libsodium_test
78-
PYTHONPATH=`pwd` trial3 wfb_ng.tests
78+
PYTHONPATH=`pwd` $(PYTHON) -m twisted.trial wfb_ng.tests
7979

8080
rpm: all_bin wfb_rtsp $(ENV)
8181
rm -rf dist

0 commit comments

Comments
 (0)