Skip to content

Commit

Permalink
Merge pull request #362 from ScorexFoundation/use-ergo-master-for-tests
Browse files Browse the repository at this point in the history
Switch to ergo's master branch for integration tests
  • Loading branch information
aslesarenko authored Jan 16, 2019
2 parents 5f01afb + f9dd33c commit 4b87de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ credentials ++= (for {
lazy val sigma = (project in file(".")).settings(commonSettings: _*)

def runErgoTask(task: String, sigmastateVersion: String, log: Logger): Unit = {
val ergoBranch = "external-sigmastate-version"
val ergoBranch = "master"
log.info(s"Testing current build in Ergo (branch $ergoBranch):")
val cwd = new File("").absolutePath
val ergoPath = new File(cwd + "/ergo-tests/")
Expand Down

0 comments on commit 4b87de0

Please sign in to comment.