Commit 40d2dd8
committed
Fix: Spring requires absolute path for --write-dir
Spring engine throws error with relative paths:
"a datadir may not be specified with a relative path"
Use explicit variable to ensure $(pwd)/test-data evaluates to
absolute path before passing to Spring.1 parent 95de1ad commit 40d2dd8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
127 | | - | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| |||
0 commit comments