Merge pull request #3316 from LnL7/fix-secure-drv-outputs

build: remove warning when in sandboxing test mode
This commit is contained in:
Eelco Dolstra 2020-01-14 08:43:37 +01:00 committed by GitHub
commit 8b09105db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)));
}