-
Notifications
You must be signed in to change notification settings - Fork 1k
Scripted option to not remove temporary directory #3214
Copy link
Copy link
Closed
Labels
Milestone
Description
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.
Reactions are currently unavailable