Skip to content

Commit

Permalink
Fix path to build-nusmv-tests.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Jul 13, 2024
1 parent 0984954 commit e06fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ tasks {

val run_smv_tests by registering(TestLanguages::class) {
description = "Will execute all tests from command line"
script = scriptFile("scripts/build-nusmv-tests.xml")
script = scriptFile("build-nusmv-tests.xml")
doLast {
ant.withGroovyBuilder {
"taskdef"("name" to "junitreport",
Expand Down

0 comments on commit e06fe95

Please sign in to comment.