Skip to content

Commit

Permalink
test(*): fixing broken tests
Browse files Browse the repository at this point in the history
notthetup committed Jan 16, 2024
1 parent 197f453 commit 4910767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/org/arl/fjage/test/fjagepyTest.groovy
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ class fjagepyTest {
def st = platform.currentTimeMillis();
if (System.getProperty('manualPyTest') == null){
println "Running automated tests."
def proc = "src/test/groovy/org/arl/fjage/test/BasicTests.py".execute()
def proc = "python src/test/groovy/org/arl/fjage/test/BasicTests.py".execute()
def sout = new StringBuilder(), serr = new StringBuilder()
proc.consumeProcessOutput(sout, serr)
proc.waitFor()

0 comments on commit 4910767

Please sign in to comment.