From 7662f028360370f0e4f3bd3770965e39c1458ae1 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Thu, 13 Jan 2022 23:52:24 +0800 Subject: feat: Add some useful output in log Signed-off-by: KunoiSayami --- src/test.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/test.rs') diff --git a/src/test.rs b/src/test.rs index bdc66dc..cf08105 100644 --- a/src/test.rs +++ b/src/test.rs @@ -1,8 +1,5 @@ /* - ** Copyright (C) 2021 KunoiSayami - ** - ** This file is part of cgit-simple-authentication and is released under - ** the AGPL v3 License: https://www.gnu.org/licenses/agpl-3.0.txt + ** Copyright (C) 2021-2022 KunoiSayami ** ** This program is free software: you can redistribute it and/or modify ** it under the terms of the GNU Affero General Public License as published by @@ -368,6 +365,7 @@ mod core { .unwrap(); } + #[ignore] #[test] fn test_pam() { let service = option_env!("pam_service").unwrap_or("system-auth"); -- cgit v1.3.1