Also dump posix return (aka WEXITSTATUS)
This commit is contained in:
parent
cd5b97b01f
commit
d1c5c69f07
1 changed files with 2 additions and 0 deletions
|
@ -210,7 +210,9 @@ TEST_CASE("geojson") {
|
|||
if (create_index)
|
||||
{
|
||||
int ret = detail::create_disk_index(filename, true);
|
||||
int ret_posix = (ret >> 8) & 0x000000ff;
|
||||
INFO(ret);
|
||||
INFO(ret_posix);
|
||||
CHECK(mapnik::util::exists(filename + ".index"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue