aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-02-11 12:04:22 +0100
committerGuido Günther <agx@sigxcpu.org>2022-02-11 12:04:22 +0100
commitbb783b5357962e8857dfe63e4e3c22fc9429d395 (patch)
treee6c1a1c28fa72f9d088c86264a2705e408935cc0 /HACKING
parentc8782f2acbd6aa042abe39c4f96ed156dc993017 (diff)
HACKING: Document how to keep test repos around
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 03ab9ffa..6238f02d 100644
--- a/HACKING
+++ b/HACKING
@@ -26,6 +26,11 @@ single test e.g.
nosetests3 tests/component/deb/test_push.py:TestPush.test_push_failure
+If you want to keep any temporary repos around for inspection use
+`GBP_TESTS_NOCLEAN`:
+
+ GBP_TESTS_NOCLEAN=1 nosetests3 tests/component/deb/test_push.py:TestPush.test_push_failure
+
Building the API Docs
---------------------
You can build the API docs using