File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testsuite/tests/gnatcheck_errors/invalid_lkql_rules_config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ package body Gnatcheck.Rules.Rule_Table is
829829 begin
830830 -- Ensure that the provided rule file exists
831831 if not Is_Regular_File (Rule_File_Absolute_Path) then
832- Error (" can not locate LKQL rule file " & LKQL_RF_Name );
832+ Error (" can not locate LKQL rule file " & Rule_File_Absolute_Path );
833833 Missing_Rule_File_Detected := True;
834834 return ;
835835 end if ;
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ try "gnatcheck --help" for more information.
5959Not existing file
6060=================
6161
62- gnatcheck: error: can not locate LKQL rule file not_existing.lkql
62+ gnatcheck: error: can not locate LKQL rule file <working-dir>/ not_existing.lkql
6363gnatcheck: error: no rule to check specified
6464try "gnatcheck --help" for more information.
6565>>>program returned status code 2
You can’t perform that action at this time.
0 commit comments