From 53c30e87134b8828dbd05e000b5abef48d8639d7 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 21 Jun 2018 14:38:13 -0700 Subject: [WIP] python3-dogtail: Add recipe for 0.9.10+git Dogtail is a GUI automation framework. Signed-off-by: Tim Orling --- meta-python/recipes-devtools/python/python3-dogtail/run-ptest | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-dogtail/run-ptest (limited to 'meta-python/recipes-devtools/python/python3-dogtail/run-ptest') diff --git a/meta-python/recipes-devtools/python/python3-dogtail/run-ptest b/meta-python/recipes-devtools/python/python3-dogtail/run-ptest new file mode 100644 index 0000000000..84b62f7eef --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dogtail/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +nosetests3 -v tests/ -- cgit 1.2.3-korg