mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-03 03:24:06 +00:00
don't remove tmp files in test mode
This commit is contained in:
@@ -401,7 +401,7 @@ static int add_file(char *configuration,
|
||||
property, map_info);
|
||||
|
||||
if ((action & ACTION_TEST) != 0)
|
||||
unlink(map_path);
|
||||
fprintf(stderr, "WARNING: test mode, you must remove manually %s\n", map_path);
|
||||
|
||||
free(map_path);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user