Skip to content

Commit

Permalink
Migrate diktat smoke tests to SAVE-cli mechanism
Browse files Browse the repository at this point in the history
### What's done:
* migrated diktat smoke tests to SAVE-cli mechanism
Closes #1383
  • Loading branch information
Cheshiriks committed Jul 11, 2022
1 parent ea5268c commit 80c375c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ open class FixTestBase(

private fun getProcessBuilder(expectedPath: String, testPath: String): ProcessBuilder {
val saveDir = "src/test/resources/test/smoke/${getSaveForCurrentOs()}"
val filesDir = "src/test/resources/test/smoke/${getSaveForCurrentOs()}"
val filesDir = "src/test/resources/test/smoke"
val systemName = System.getProperty("os.name")
return when {
systemName.startsWith("Linux", ignoreCase = true) || systemName.startsWith("Mac", ignoreCase = true) ->
Expand Down

0 comments on commit 80c375c

Please sign in to comment.