We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728c752 commit a5f4798Copy full SHA for a5f4798
internal/testrunner/script/script.go
@@ -49,7 +49,7 @@ func Run(dst io.Writer, cmd *cobra.Command, args []string) error {
49
if err != nil {
50
return err
51
}
52
- workRoot := filepath.Join(home, filepath.FromSlash(".elastic-package/tmp/script_tests"))
+ workRoot := filepath.Join(home, loc.TempDir(), "script_tests")
53
err = os.MkdirAll(workRoot, 0o700)
54
55
return fmt.Errorf("could not make work space root: %w", err)
0 commit comments