From 3ba0d5659fb3688a63b6a3bae2378d84c3d665b1 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Tue, 19 Sep 2017 18:40:05 -0700 Subject: [PATCH] travis: Don't create nagios state. As the comment says, we don't seem to use this. And the Travis builds work fine without it. --- tools/travis/setup-backend | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/travis/setup-backend b/tools/travis/setup-backend index f91b0fabe9..97dc43515e 100755 --- a/tools/travis/setup-backend +++ b/tools/travis/setup-backend @@ -10,11 +10,3 @@ if ! tools/provision; then echo "\`provision\`: Something went wrong with the provisioning, might be a network issue, Retrying to provision..." tools/provision fi - -# Create nagios state so that we can test-run the Nagios checks -# against the run-dev.py server, as a form of end-to-end test -# (tools/). -# -# TODO: Is this actually required? We don't seem to use it. -sudo mkdir -p /var/lib/nagios_state -sudo chown travis /var/lib/nagios_state