You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments