nixosTests.fcitx5: handleTest -> runTest
This commit is contained in:
parent
748a3d5266
commit
a5e74df22d
@ -482,7 +482,7 @@ in
|
|||||||
fakeroute = runTest ./fakeroute.nix;
|
fakeroute = runTest ./fakeroute.nix;
|
||||||
fancontrol = runTest ./fancontrol.nix;
|
fancontrol = runTest ./fancontrol.nix;
|
||||||
fanout = runTest ./fanout.nix;
|
fanout = runTest ./fanout.nix;
|
||||||
fcitx5 = handleTest ./fcitx5 { };
|
fcitx5 = runTest ./fcitx5;
|
||||||
fedimintd = runTest ./fedimintd.nix;
|
fedimintd = runTest ./fedimintd.nix;
|
||||||
fenics = runTest ./fenics.nix;
|
fenics = runTest ./fenics.nix;
|
||||||
ferm = runTest ./ferm.nix;
|
ferm = runTest ./ferm.nix;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import ../make-test-python.nix (
|
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
rec {
|
{
|
||||||
name = "fcitx5";
|
name = "fcitx5";
|
||||||
meta.maintainers = with lib.maintainers; [ nevivurn ];
|
meta.maintainers = with lib.maintainers; [ nevivurn ];
|
||||||
|
|
||||||
@ -166,4 +165,3 @@ import ../make-test-python.nix (
|
|||||||
assert file_content == "☺一下한कか\n", f'output does not match input:\n{file_content}'
|
assert file_content == "☺一下한कか\n", f'output does not match input:\n{file_content}'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user