From 1990dfe3e07a4172273f511485027e960511c923 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 11 Dec 2010 19:44:02 +0100 Subject: [PATCH] Add testr magic. --- .bzrignore | 1 + .testr.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .testr.conf diff --git a/.bzrignore b/.bzrignore index 35d21d7..c317774 100644 --- a/.bzrignore +++ b/.bzrignore @@ -2,3 +2,4 @@ build # executables exporters/svn-archive exporters/svn-fast-export +.testrepository diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000..cc509ce --- /dev/null +++ b/.testr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_command=BZR_PLUGINS_AT=fastimport@. bzr selftest "^bzrlib.plugins.fastimport" --subunit $IDOPTION $LISTOPT +test_id_option=--load-list $IDFILE +test_list_option=--list -- 2.11.4.GIT