ICU-3499 Make sure that Makefiles can respond to a failure.

X-SVN-Rev: 14971
This commit is contained in:
George Rhoten 2004-04-14 23:44:24 +00:00
parent d1bc58f6a0
commit 8c6d06f186

View file

@ -381,6 +381,7 @@ int main(int argc, char* argv[])
if (remove(STANDARD_TEST_FILE) != 0) {
/* Maybe someone didn't close the file correctly. */
fprintf(stderr, "FAIL: Could not delete %s\n", STANDARD_TEST_FILE);
nerrors += 1;
}
}
}