diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index fe9b8b1df..1f8c066ad 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3788,6 +3788,10 @@ int do_init(int argc, char *argv[]) shutdown_callback = do_shutdown; runflag = MAPSERVER_ST_RUNNING; } +#if defined(BUILDBOT) + if( buildbotflag ) + exit(EXIT_FAILURE); +#endif return 0; } |