aboutsummaryrefslogtreecommitdiffhomepage
path: root/HACKING
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-26 20:15:17 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-26 20:15:17 +0100
commitbad1f2370ba311bbe5981b204d4fa244b1d9a514 (patch)
tree9cb5d38aad2eb177d04a59e51a6c54aef07f69ab /HACKING
parentce644b02862726e0d75a98d60703227de75012a7 (diff)
import-orig: Handle download errors properly
This introduces tests that reach out to the network. These are disabled by default.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 299de9aa..237d15c6 100644
--- a/HACKING
+++ b/HACKING
@@ -12,6 +12,11 @@ via:
This will fetch the necessary binary data for the DEB and RPM component tests,
and the tests are from now on included within each regular test run.
+Some tests reach out to the network. To run these in addition to all
+other tests use:
+
+ make all+net
+
Building the API Docs
---------------------