Skip to content

Commit

Permalink
Merge commit 'refs/pull/17428/head' of github.com:hpcc-systems/HPCC-P…
Browse files Browse the repository at this point in the history
…latform
  • Loading branch information
AttilaVamos committed Jun 21, 2023
2 parents b5cf33c + 127ca54 commit 4eb079e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testing/regress/ecl/setup/files.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ SHARED STRING _indexPrefix := '~regress::' +
EXPORT filePrefix := #IFDEFINED(root.filePrefix, _filePrefix);
EXPORT indexPrefix := #IFDEFINED(root.filePrefix, _indexPrefix);

EXPORT QueryFilePrefixId := __TARGET_PLATFORM__ + '::' + Str.ToLowerCase(WORKUNIT) + '::';
wuid := Str.ToLowerCase(WORKUNIT);
wuidScope := IF(wuid <> '', wuid, 'WORKUNIT');
EXPORT QueryFilePrefixId := __TARGET_PLATFORM__ + '::' + wuidScope + '::';
EXPORT QueryFilePrefix := filePrefix + QueryFilePrefixId;

EXPORT DG_FileOut := filePrefix + 'DG_';
Expand Down

0 comments on commit 4eb079e

Please sign in to comment.