Skip to content

Commit

Permalink
Fix Ubuntu Pg13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed May 13, 2024
1 parent 352f8b9 commit c293164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GitHubActions/execute_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ elif [[ "$third_line_from_the_last" =~ $pattern ]]; then
else
echo "Error : not All the tests passed"
echo "last line : '$last_line'"
echo "thierd_line_from_the_last : '$third_line_from_the_last'"
echo "thierd_line_from_the_last : '$third_line_from_the_last'"
exit 1
fi
2 changes: 1 addition & 1 deletion expected/13.12/extra/aggregates.out
Original file line number Diff line number Diff line change
Expand Up @@ -3973,11 +3973,11 @@ begin
end loop;
end;
$d$;
NOTICE: drop cascades to table t1c
NOTICE: drop cascades to 3 other objects
DETAIL: drop cascades to table minmaxtest1
drop cascades to table minmaxtest2
drop cascades to table minmaxtest3
NOTICE: drop cascades to table t1c
--Testcase 586:
DROP SERVER sqlite_svr CASCADE;
--Testcase 587:
Expand Down

0 comments on commit c293164

Please sign in to comment.