diff --git a/compiler/testData/cli/jvm/nonExistingClassPathAndAnnotationsPath.args b/compiler/testData/cli/jvm/nonExistingClassPathAndAnnotationsPath.args index afcc21bfe96..64e8ac20266 100644 --- a/compiler/testData/cli/jvm/nonExistingClassPathAndAnnotationsPath.args +++ b/compiler/testData/cli/jvm/nonExistingClassPathAndAnnotationsPath.args @@ -1,4 +1,5 @@ $TESTDATA_DIR$/simple.kt +-Xdisable-default-scripting-plugin -classpath not/existing/path -d diff --git a/compiler/testData/cli/jvm/werrorWithStrongWarning.args b/compiler/testData/cli/jvm/werrorWithStrongWarning.args index 19e9c488012..1094fce5de6 100644 --- a/compiler/testData/cli/jvm/werrorWithStrongWarning.args +++ b/compiler/testData/cli/jvm/werrorWithStrongWarning.args @@ -1,4 +1,5 @@ $TESTDATA_DIR$/werrorWithStrongWarning.kt +-Xdisable-default-scripting-plugin -d $TEMP_DIR$ -Werror diff --git a/compiler/testData/cli/jvm/wrongScriptWithDirectory.out b/compiler/testData/cli/jvm/wrongScriptWithDirectory.out index 820f313eee6..a753b1e58f4 100644 --- a/compiler/testData/cli/jvm/wrongScriptWithDirectory.out +++ b/compiler/testData/cli/jvm/wrongScriptWithDirectory.out @@ -1,2 +1,2 @@ -error: specify path to the script file (.kts) as the first argument +error: specify path to the script file as the first argument COMPILATION_ERROR diff --git a/compiler/testData/cli/jvm/wrongScriptWithKtSource.out b/compiler/testData/cli/jvm/wrongScriptWithKtSource.out index 820f313eee6..a753b1e58f4 100644 --- a/compiler/testData/cli/jvm/wrongScriptWithKtSource.out +++ b/compiler/testData/cli/jvm/wrongScriptWithKtSource.out @@ -1,2 +1,2 @@ -error: specify path to the script file (.kts) as the first argument +error: specify path to the script file as the first argument COMPILATION_ERROR