Re: [Piglit] [PATCH 2/2] igt.py: don't check the environment when in dry-run mode

2015-03-26 Thread Dylan Baker
for the series: Reviewed-by: Dylan Baker baker.dyla...@gmail.com On Thu, Mar 26, 2015 at 03:43:17PM +, Thomas Wood wrote: Don't exit during the post run hook if the environment check fails and dry-run mode is enabled. Signed-off-by: Thomas Wood thomas.w...@intel.com --- tests/igt.py |

[Piglit] [PATCH 2/2] igt.py: don't check the environment when in dry-run mode

2015-03-26 Thread Thomas Wood
Don't exit during the post run hook if the environment check fails and dry-run mode is enabled. Signed-off-by: Thomas Wood thomas.w...@intel.com --- tests/igt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/igt.py b/tests/igt.py index 8c7963b..8ffac8d 100644 ---