Fix a bug in the temporary folder check in the test runner
The `noPrompt` option doesn't exist and should be `noPrompts`.
This commit is contained in:
parent
c7c6c90062
commit
65e76a3c6b
@ -275,7 +275,7 @@ function startRefTest(masterMode, showRefImages) {
|
|||||||
}
|
}
|
||||||
function checkRefsTmp() {
|
function checkRefsTmp() {
|
||||||
if (masterMode && fs.existsSync(refsTmpDir)) {
|
if (masterMode && fs.existsSync(refsTmpDir)) {
|
||||||
if (options.noPrompt) {
|
if (options.noPrompts) {
|
||||||
testUtils.removeDirSync(refsTmpDir);
|
testUtils.removeDirSync(refsTmpDir);
|
||||||
setup();
|
setup();
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user