diff options
| author | KunoiSayami <[email protected]> | 2022-01-13 23:52:24 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-01-13 23:52:24 +0800 |
| commit | 7662f028360370f0e4f3bd3770965e39c1458ae1 (patch) | |
| tree | f9a91c9fb15d06370475ef067f8eada475d7ecaf /src/test.rs | |
| parent | ff968cf5c39652d9153aa3dcf5563e6d83ea0e6c (diff) | |
feat: Add some useful output in logv4.0.0-alpha.2
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'src/test.rs')
| -rw-r--r-- | src/test.rs | 6 |
1 files changed, 2 insertions, 4 deletions
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"); |
