diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django/run-ptest b/meta-python/recipes-devtools/python/python3-django/run-ptest index dd257cc843..a7fe08cc83 100644 --- a/meta-python/recipes-devtools/python/python3-django/run-ptest +++ b/meta-python/recipes-devtools/python/python3-django/run-ptest | |||
| @@ -11,7 +11,7 @@ cd tests | |||
| 11 | su tester -c "./runtests.py --noinput -v 2" 2>&1 | \ | 11 | su tester -c "./runtests.py --noinput -v 2" 2>&1 | \ |
| 12 | tee ../testoutput.log | \ | 12 | tee ../testoutput.log | \ |
| 13 | sed -e '/\.\.\. ok/ s/^/PASS: /g' \ | 13 | sed -e '/\.\.\. ok/ s/^/PASS: /g' \ |
| 14 | -e '/\.\.\. [ERROR|FAIL]/ s/^/FAIL: /g' \ | 14 | -e '/\.\.\. \(ERROR\|FAIL\)/ s/^/FAIL: /g' \ |
| 15 | -e '/\.\.\. skipped/ s/^/SKIP: /g' \ | 15 | -e '/\.\.\. skipped/ s/^/SKIP: /g' \ |
| 16 | -e 's/ \.\.\. ok//g' \ | 16 | -e 's/ \.\.\. ok//g' \ |
| 17 | -e 's/ \.\.\. ERROR//g' \ | 17 | -e 's/ \.\.\. ERROR//g' \ |
