mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 16:59:28 +00:00
bf5dbd0313
fixup run-ptest Signed-off-by: Armin Kuster <akuster808@gmail.com>
5 lines
183 B
Bash
5 lines
183 B
Bash
#!/bin/sh
|
|
UTscapy3 -t regression.uts -f text -l -C \
|
|
-o @PTEST_PATH@/scapy_ptest_$(date +%Y%m%d-%H%M%S).log \
|
|
2>&1 | sed -e 's/^passed None/PASS:/' -e 's/^failed None/FAIL:/'
|