summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-09 02:34:55 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-09 02:34:55 +0100
commit56103f5f70bdc38e459a6f7c033809446b7fd7d3 (patch)
tree34687bf127114d7a5a676b37e9843802d42779c0 /nixos
parent2e60a42033aad56148cc9ee3d9aac75763267330 (diff)
downloadnixpkgs-56103f5f70bdc38e459a6f7c033809446b7fd7d3.tar
nixpkgs-56103f5f70bdc38e459a6f7c033809446b7fd7d3.tar.gz
nixpkgs-56103f5f70bdc38e459a6f7c033809446b7fd7d3.tar.bz2
nixpkgs-56103f5f70bdc38e459a6f7c033809446b7fd7d3.tar.lz
nixpkgs-56103f5f70bdc38e459a6f7c033809446b7fd7d3.tar.xz
nixpkgs-56103f5f70bdc38e459a6f7c033809446b7fd7d3.tar.zst
nixpkgs-56103f5f70bdc38e459a6f7c033809446b7fd7d3.zip
nixos/tests/evcc: Ignore ERROR level messages
The version checker fails with an ERROR message, so asserting on that
isn't useful for us since 0.110.2.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/evcc.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/evcc.nix b/nixos/tests/evcc.nix
index c223977a9d8..b445735ede9 100644
--- a/nixos/tests/evcc.nix
+++ b/nixos/tests/evcc.nix
@@ -88,7 +88,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
     with subtest("Check journal for errors"):
         _, output = machine.execute("journalctl -o cat -u evcc.service")
         assert "FATAL" not in output
-        assert "ERROR" not in output
 
     with subtest("Check systemd hardening"):
         _, output = machine.execute("systemd-analyze security evcc.service | grep -v '✓'")