mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3499 Make sure that Makefiles can respond to a failure.
X-SVN-Rev: 14971
This commit is contained in:
parent
d1bc58f6a0
commit
8c6d06f186
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue