Ticket #1246 (closed defect: fixed)

Opened 19 months ago

Last modified 18 months ago

Can't make check under mingw

Reported by: robe Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
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

Changed 19 months ago by dustymugs

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

Changed 19 months ago by robe

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

Changed 18 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

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.