forked from lix-project/lix
build: remove warning when in sandboxing test mode
Introduced in 66fccd5832
, but somehow
breaks the secure-drv-outputs test.
This commit is contained in:
parent
c3181e21e7
commit
8b3217f832
|
@ -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)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue