You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing the perl script is easy, but this also requires changing the way corral parses flags. For instance, corral currently accepts flags like /recursionBound:3 but it should accept -recursionBound:3 as well (because the former wont work on unix style). Will do in spare time.
I built Corral on Mac OS today using Visual Studio. After that, I tried to run the regression tests but that didn't work.
shaz-mbp:regression shaz$ perl check.pl
File 001\001.bpl does not exist
I think the issue is that the path separator on Unix is / not .
The text was updated successfully, but these errors were encountered: