Skip to content

Commit b7c9e19

Browse files
committed
CMD: fix CI tests
1 parent db010d1 commit b7c9e19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chc/app/CHVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chcversion: str = "0.2.0-2025-12-06"
1+
chcversion: str = "0.2.0-2026-02-02"

chc/cmdline/AnalysisManager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Copyright (c) 2017-2020 Kestrel Technology LLC
88
# Copyright (c) 2020-2022 Henny Sipma
9-
# Copyright (c) 2023-2024 Aarno Labs LLC
9+
# Copyright (c) 2023-2026 Aarno Labs LLC
1010
#
1111
# Permission is hereby granted, free of charge, to any person obtaining a copy
1212
# of this software and associated documentation files (the "Software"), to deal
@@ -350,7 +350,7 @@ def generate_and_check_file(
350350
stdout=open(os.devnull, "w"),
351351
stderr=subprocess.STDOUT,
352352
)
353-
print("\nResult: " + str(result))
353+
print_status("\nGenerate-and-check: result: " + str(result))
354354
if result != 0:
355355
chklogger.logger.error(
356356
"Error in generating invariants for %s", cfilename)

0 commit comments

Comments
 (0)