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
It fails every other run, from the investigation , it never fail if I make sure that the instrumentedFiles ("temp/") folder is created before executing. Which explain why it fails every other run then, as when it fails, the "temp/" folder is not removed, so the next run passes.
The text was updated successfully, but these errors were encountered:
tyge68
changed the title
instrumentedFiles -> temp folder not created properly resulting in error every other run
[regression] instrumentedFiles -> temp folder not created properly resulting in error every other run
Jan 3, 2017
A workaround can be to alter the code in the tasks/qunit.js:241 by wrapping the
options.coverage.instrumentedFiles to fs.realpathSync(options.coverage.instrumentedFiles).
The other, preferable workaround (no code change!) is to specify an absolute and portable path, e.g. /tmp.
I have a odd issue since using version 1.0.0 of this plugin.
Now each time I execute the qunit task configured as follow:
It fails every other run, from the investigation , it never fail if I make sure that the instrumentedFiles ("temp/") folder is created before executing. Which explain why it fails every other run then, as when it fails, the "temp/" folder is not removed, so the next run passes.
The text was updated successfully, but these errors were encountered: