From 2fd802745d8de02f7d67c5fdaded5236d6bf2e97 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Fri, 15 Sep 2017 10:13:38 -0500 Subject: Updates for stestr Per changes to os-testr [1], this patch set updates the code to leverage stestr and exclude the newly generated .stestr directory [1] http://lists.openstack.org/pipermail/openstack-dev/2017-September/122135.html Change-Id: Ic4713af0ad888bd2ca669a5e9de5e9212255e970 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 96eb68e..56eae75 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ pip-log.txt nosetests.xml .testrepository cover +.stestr/ # Translations *.mo -- cgit v1.2.1