-
Log for Linux-autoTests shows as a result for my new test:
It fails because the version object created from constant TEXSTUDIO_GIT_REVISION is empty. This doesn't happen with win10. It looks like regular expression The reg. exp. is based on one that was used before. I added term So I assume that constant TEXSTUDIO_GIT_REVISION might be empty. Can you please help me? Thx. PS: After adding some debug information to Version::current() the run passes:
Each call of current() should print a list of parts used to fill the version object, and the string representation of the object. So, why 4 lines, why do the parts not match the string and why 00? After adding
This would confirme that the constant equals "e281119" and thus version object is empty. Can it be? Looks like some kind of commit number. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
the tags are not checked out. |
Beta Was this translation helpful? Give feedback.
the tags are not checked out.
don't rely that git will give a meaningful output on the CI action, just do fully deterministic comparisons.