Skip to content

Scripted option to not remove temporary directory #3214

@olafurpg

Description

@olafurpg

steps

I run scripted to debug my sbt plugin.

problem

After the scripted tests complete, the temporary directories /private/var/folder/adsfasda are removed. Because the directory is removed, I can't cd /private/var/... to manually check what went wrong. To my best knowledge, there is no way to configure scripted to not delete the temporary directory.

expectation

It would be nice if there was an option I could pass to scripted via scriptedLaunchOpts to tell it not to remove the tmp directory.

notes

I work around this by issue adding $ pause in the scripted test and the cp -r /private/var. However, this is cumbersome and slow.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions