Skip to content

Commit

Permalink
Fix compiler warning and show the initial job-state value.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 15, 2024
1 parent 02cdebf commit 7f0d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/testpappl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4384,7 +4384,7 @@ test_infra(pappl_system_t *system) // I - System
continue;
}

testEndMessage(true, "job-id=%d", job_id);
testEndMessage(true, "job-id=%d, job-state=%s", job_id, ippEnumString("job-state", (int)job_state));

testBegin("infra: Get-Job-Attributes (%s)", test_files[i]);
do
Expand Down

0 comments on commit 7f0d86e

Please sign in to comment.