From da3d1c1965fde7fff404fbbcc001cedea1c05823 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sat, 6 Jan 2018 15:57:51 +0200 Subject: [PATCH] More info --- tools/pytest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pytest.sh b/tools/pytest.sh index 7c86e6624..250846aec 100755 --- a/tools/pytest.sh +++ b/tools/pytest.sh @@ -6,4 +6,4 @@ # environnment provides two cores. See # https://docs.travis-ci.com/user/reference/overview/#Virtualization-environments. -pytest --numprocesses auto --max-slave-restart 5 --boxed -vvvv "$@" +pytest --full-trace --numprocesses auto --max-slave-restart 5 --boxed -vvvv "$@"