Skip to content

Commit 0904180

Browse files
committed
change default build folder to 'build'
1 parent 58e833c commit 0904180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clion-plugin/src/main/kotlin/org/utbot/cpp/clion/plugin/settings/UTBotProjectStoredSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class UTBotProjectStoredSettings(val project: Project) : PersistentStateComponen
151151
// local means no conversion of paths is needed. This is the case for when server runs locally on Linux
152152
const val DEFAULT_TESTS_DIR_RELATIVE_PATH = "tests"
153153
const val REMOTE_PATH_VALUE_FOR_LOCAL_SCENARIO = ""
154-
const val DEFAULT_RELATIVE_PATH_TO_BUILD_DIR = "utbot-build"
154+
const val DEFAULT_RELATIVE_PATH_TO_BUILD_DIR = "build"
155155
const val TIMEOUT_PER_TEST_MAX_VALUE = 1000
156156
const val TIMEOUT_PER_TEST_MIN_VALUE = 0
157157
const val TIMEOUT_PER_FUNCTION_MAX_VALUE = 1000

0 commit comments

Comments
 (0)