Commit 0d4dfe5
committed
fix: match quarto's runtime dir path in julia engine test
The test's quartoRuntimeDir() reimplementation added a "quarto" segment
to the XDG_RUNTIME_DIR path, but quarto's actual xdgUserRuntimeDir does
not append the app name when XDG_RUNTIME_DIR is set. This caused the
test to delete the log file at the wrong path on Linux CI, leaving the
real log file intact and failing the "log file doesn't exist" step.1 parent a70895e commit 0d4dfe5
File tree
1 file changed
+9
-3
lines changed- src/resources/extension-subtrees/julia-engine/tests/smoke/julia-engine
1 file changed
+9
-3
lines changedLines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | | - | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
188 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
| |||
0 commit comments