hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.27k stars 225 forks source link

Update `pure2-main-args` test to work on CI agent as well as locally #947

Closed bluetarpmedia closed 6 months ago

bluetarpmedia commented 6 months ago

Strip any leading directory path from the argv[0] program name in pure2-main-args test so that there is a consistent result in the GitHub CI agent as well as when run locally.

hsutter commented 6 months ago

Thanks!