nixosTests.pixelfed.standard: handleTestOn -> runTestOn (#420281)
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
{
|
||||
system ? builtins.currentSystem,
|
||||
handleTestOn,
|
||||
runTestOn,
|
||||
}:
|
||||
let
|
||||
supportedSystems = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
|
||||
in
|
||||
{
|
||||
standard = handleTestOn supportedSystems ./standard.nix { inherit system; };
|
||||
standard = runTestOn supportedSystems ./standard.nix;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ../../make-test-python.nix {
|
||||
{
|
||||
name = "pixelfed-standard";
|
||||
meta.maintainers = [ ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user