diff options
author | Peter Harris <pharris@opentext.com> | 2013-06-03 16:09:11 -0400 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2013-06-03 18:14:39 -0400 |
commit | 95f4712a5554f2b591b22a6395de31f095071913 (patch) | |
tree | f838b2e7100ba6f1525eb170b541c14dc485fba4 /xts5/Xlib16/XrmPutFileDatabase.m | |
parent | 001281cfbf7e0f9bce202e628baffa23714e273c (diff) |
Write results directly to results directory
If an installed xtest is run, the user does not normally have write
access to the test directory. Writing intermediate files and results
directly to the results directory avoids a number of spurious FAILs and
UNRESOLVEDs.
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Peter Harris <pharris@opentext.com>
Diffstat (limited to 'xts5/Xlib16/XrmPutFileDatabase.m')
-rw-r--r-- | xts5/Xlib16/XrmPutFileDatabase.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/Xlib16/XrmPutFileDatabase.m b/xts5/Xlib16/XrmPutFileDatabase.m index 2a636cf7..795635ce 100644 --- a/xts5/Xlib16/XrmPutFileDatabase.m +++ b/xts5/Xlib16/XrmPutFileDatabase.m @@ -107,7 +107,7 @@ purpose. It is provided "as is" without express or implied warranty. void XrmDatabase database = (XrmDatabase)NULL; -char *stored_db = "xpfd_file"; +const char *stored_db = outfile("xpfd_file"); >>SET startup rmstartup >>INCLUDE rescommon.mc >>EXTERN |