diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-08-29 09:43:38 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-09-01 15:11:17 -0700 |
commit | bf5dbd0313610ebf46a4feb141cc49afd1d3815a (patch) | |
tree | 9da44fdb101f9119675c453dcd24ca87ecf96244 /recipes-security/scapy/files | |
parent | 30ea7a89dc14f85a6215af554da290217005c6f7 (diff) | |
download | meta-security-bf5dbd0313610ebf46a4feb141cc49afd1d3815a.tar.gz |
python-scapy: drop py2 package
fixup run-ptest
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/scapy/files')
-rw-r--r-- | recipes-security/scapy/files/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/scapy/files/run-ptest b/recipes-security/scapy/files/run-ptest index 91b29f9..797d8ec 100644 --- a/recipes-security/scapy/files/run-ptest +++ b/recipes-security/scapy/files/run-ptest | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | UTscapy -t regression.uts -f text -l -C \ | 2 | UTscapy3 -t regression.uts -f text -l -C \ |
3 | -o @PTEST_PATH@/scapy_ptest_$(date +%Y%m%d-%H%M%S).log \ | 3 | -o @PTEST_PATH@/scapy_ptest_$(date +%Y%m%d-%H%M%S).log \ |
4 | 2>&1 | sed -e 's/^passed None/PASS:/' -e 's/^failed None/FAIL:/' | 4 | 2>&1 | sed -e 's/^passed None/PASS:/' -e 's/^failed None/FAIL:/' |