Commit 1fb1701
Move temp files to results dir to avoid untracked files. (#15832)
Commit 5cae067e41e introduces test file under data dir for copy case. That will generate untracked file after regression tests. Untracked files:
```
(use "git add <file>..." to include in what will be committed)
src/test/regress/data/copy_no_cols.data
nothing added to commit but untracked files present (use "git add" to track)
```
Move temp date files to reuslts dir to avoid that.1 parent aec3384 commit 1fb1701
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | | - | |
| 348 | + | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
| 347 | + | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
0 commit comments