Skip to content

Commit

Permalink
[functional tests] extracted disableCMakeOpenProjectWizard() to clion…
Browse files Browse the repository at this point in the history
…_utils.kt

GitOrigin-RevId: c89b20b4c0c789209ec4c1f501e6531e447f7306
  • Loading branch information
Maririri authored and intellij-monorepo-bot committed Oct 20, 2023
1 parent c5873f8 commit 73d8558
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.intellij.ide.starter

import com.intellij.ide.starter.ide.IDETestContext

fun IDETestContext.disableCMakeOpenProjectWizard() =
applyVMOptionsPatch { this.addSystemProperty("clion.skip.open.wizard", "true") }

0 comments on commit 73d8558

Please sign in to comment.