python3-appdirs: enable ptest

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Zheng Ruoqin
2020-02-28 11:28:48 +08:00
committed by Khem Raj
parent b48cb2b950
commit f017ca0eea
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
pytest | sed -e 's/\[100%\]//g' | sed -e 's/\.\.F/: FAIL/g' | sed -e 's/\.\.\./: PASS/g'