ptest-runner-curl

Message ID 20220422104618.3714167-1-komal.pal_7@yahoo.com
State New
Headers show
Series ptest-runner-curl | expand

Commit Message

komal7209 April 22, 2022, 10:46 a.m. UTC
---
 meta/recipes-support/curl/curl/run-ptest | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 meta/recipes-support/curl/curl/run-ptest

Patch

diff --git a/meta/recipes-support/curl/curl/run-ptest b/meta/recipes-support/curl/curl/run-ptest
new file mode 100644
index 0000000000..4435f7dee4
--- /dev/null
+++ b/meta/recipes-support/curl/curl/run-ptest
@@ -0,0 +1,6 @@ 
+#!/bin/sh
+cd tests
+./runtests.pl -a -n -s | sed \
+     -e 's|\([^ ]* *\) \([^ ]* *\)...OK|PASS: \1 \2|' \
+     -e 's|\([^ ]* *\) \([^ ]* *\)...FAILED|FAIL: \1 \2|' \
+     -e 's/Warning: test[0-9]\+ not present in tests\/data\/Makefile.inc//'
\ No newline at end of file