pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/scapy



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jun 16 00:27:44 UTC 2022

Modified Files:
        pkgsrc/net/scapy: Makefile

Log Message:
scapy: add a comment about the state of the test target


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/scapy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/scapy/Makefile
diff -u pkgsrc/net/scapy/Makefile:1.38 pkgsrc/net/scapy/Makefile:1.39
--- pkgsrc/net/scapy/Makefile:1.38      Wed Jan  5 15:41:18 2022
+++ pkgsrc/net/scapy/Makefile   Thu Jun 16 00:27:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/01/05 15:41:18 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/06/16 00:27:44 gutteridge Exp $
 
 DISTNAME=      scapy-2.4.5
 PKGREVISION=   3
@@ -39,6 +39,11 @@ post-install:
 
 DATE_VAL=      ${DATE} "+%Y%m%d-%H%M%S"
 
+# XXX this needs to be reworked to use scapy's run_tests with py-tox, which is
+# the normal test suite mechanism now. Test coverage below isn't complete; it
+# could also be tweaked with multiple -t plus -T to exclude irrelevant test
+# components, like the one for Windows, but py-tox would probably be the
+# simpler route.
 do-test:
        cd ${WRKSRC}/test && ${SETENV} PYTHON=${PYTHONBIN} ./run_tests \
                -t regression.uts -f html -K ipv6 -l \



Home | Main Index | Thread Index | Old Index