tests: marks tests with no sav as skipped
authorJean Privat <jean@pryen.org>
Wed, 21 Aug 2013 14:28:16 +0000 (10:28 -0400)
committerJean Privat <jean@pryen.org>
Wed, 21 Aug 2013 14:46:01 +0000 (10:46 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/tests.sh

index 53eff6f..3877cfe 100755 (executable)
@@ -177,6 +177,10 @@ function process_result()
                else
                        echo "[=== no sav ===] out/$pattern.res"
                fi
+               echo >>$xml "<skipped/>"
+               echo >>$xml "<system-out><![CDATA["
+               cat  >>$xml out/$pattern.res
+               echo >>$xml "]]></system-out>"
                nos="$nos $pattern"
        fi
        if test -s out/$pattern.cmp.err; then