[AIX] run_locale_utils.sh fails to clean up junk from $TMP
----------------------------------------------------------
Key: STDCXX-421
URL: https://issues.apache.org/jira/browse/STDCXX-421
Project: C++ Standard Library
Issue Type: Bug
Components: Test Driver
Affects Versions: 4.2
Environment: AIX
Reporter: Martin Sebor
Assigned To: Martin Sebor
Priority: Critical
The run_locale_utils.sh script used to run locale tests is supposed to clean up
any junk files it creates in the temporary directory $TMP when the test fails
or is killed due to a timeout. The latter doesn't seem to be happening on AIX
causing $TMP to fill up with junk files and eventually run out of space.
$ export TMP=/build/sebor/tmp; rm -rf $TMP/*; ./exec -t 10 en_IN.UTF-8.sh
NAME STATUS WARN ASSERTS FAILED PERCNT USER SYS
REAL
en_IN.UTF-8.sh HUP 0 0.000 0.000
11.040
$ ls -l $TMP
total 8
drwxr-xr-x 3 sebor devel 512 May 18 16:36 en_IN.UTF-8.921786
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.