aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-01-14 08:43:37 +0100
committerGitHub <noreply@github.com>2020-01-14 08:43:37 +0100
commit8b09105db3869284ee7892f82155dda79f98d6e6 (patch)
tree194b32a636872a1e4f4dce36f230748e756bd7b4
parente74b221a259b9e1012117cdbdbd579d83429228b (diff)
parent8b3217f8321ebd367c96d254df79e827d1076b3d (diff)
Merge pull request #3316 from LnL7/fix-secure-drv-outputs
build: remove warning when in sandboxing test mode
-rw-r--r--src/libstore/build.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index e1171082b..74a68e1f5 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -3464,7 +3464,6 @@ void DerivationGoal::runChild()
}
args.push_back(drv->builder);
} else {
- printError("warning: running in sandboxing test mode, sandbox disabled");
builder = drv->builder.c_str();
args.push_back(std::string(baseNameOf(drv->builder)));
}