Skip to content

Commit 3039cc7

Browse files
TMP: debug
1 parent ba910a3 commit 3039cc7

File tree

3 files changed

+11
-334
lines changed

3 files changed

+11
-334
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,13 @@ jobs:
125125
126126
gmake check
127127
echo "::endgroup::"
128+
129+
- uses: actions/upload-artifact@v5
130+
if: always()
131+
with:
132+
name: build
133+
path: |
134+
config.log
135+
config.h
136+
test-suite.log
137+
if-no-files-found: ignore

.github/workflows/ci.yml

Lines changed: 0 additions & 333 deletions
This file was deleted.

src/tests/cmocka/test_pam_srv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5164,7 +5164,7 @@ int main(int argc, const char *argv[])
51645164
};
51655165

51665166
/* Set debug level to invalid value so we can decide if -d 0 was used. */
5167-
debug_level = SSSDBG_INVALID;
5167+
debug_level = 9;
51685168

51695169
pc = poptGetContext(argv[0], argc, argv, long_options, 0);
51705170
poptSetOtherOptionHelp(pc, "[OPTION...] [name_of_a_single_test]");

0 commit comments

Comments
 (0)