Opened 13 years ago

Closed 12 years ago

#1246 closed defect (fixed)

Can't make check under mingw

Reported by: robe Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

Is it just me or do others have this problem. My libraries seem to be building fine but make check is failing when it gets to postgres tests with this error:

/bin/sh: ./run_test: No such file or directory
make[1]: *** [check] Error 127

Change History (3)

comment:1 by Bborie Park, 13 years ago

Could this have anything to do with the change made in r7979? Unlikely, but just a thought.

comment:2 by robe, 13 years ago

Yes indeed it is. Reverting that fixes my issue. Paul is there any consequence to changing this back to sh?

comment:3 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed

Yes, the consequence will be that when run under plain sh it won't work. But I'll wait until I have a chance to do that again (Solaris) and then fix the bashisms instead of changing the shell. r8243

Note: See TracTickets for help on using tickets.