diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-03-21 12:37:38 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-21 22:42:05 +0000 |
| commit | a299f7c59119e1e1d227632a4d4d298b5e9fe5a7 (patch) | |
| tree | 7d6bdda4729af8d9134bd3f867164ab56687be5d /meta/recipes-devtools/python/python3-markupsafe | |
| parent | 91a92e37743861301fbab54be396edf9c5b51038 (diff) | |
| download | poky-a299f7c59119e1e1d227632a4d4d298b5e9fe5a7.tar.gz | |
python3-markupsafe: use python3-unittest-automake-output
(From OE-Core rev: 721b5a81b176dd0f2aafb2fe3587d28df383eb7b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-markupsafe')
| -rw-r--r-- | meta/recipes-devtools/python/python3-markupsafe/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-markupsafe/run-ptest b/meta/recipes-devtools/python/python3-markupsafe/run-ptest index 5cec711696..8d2017d39c 100644 --- a/meta/recipes-devtools/python/python3-markupsafe/run-ptest +++ b/meta/recipes-devtools/python/python3-markupsafe/run-ptest | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | pytest | 3 | pytest --automake |
