Opened 14 years ago
Closed 13 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 , 14 years ago
comment:2 by , 14 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 , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Could this have anything to do with the change made in r7979? Unlikely, but just a thought.