Skip to content

Commit

Permalink
test.sh if then else
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-aws committed Feb 16, 2024
1 parent e07de26 commit 8f9ab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ echo "Executing compiled docs/dafny/ExamplesRandom.dfy:"
if [ "$TARGET_LANG" = "java" ]
then
java -jar docs/dafny/ExamplesRandom.jar
elif [ "$TARGET_LANG" = "py" ]
else
python3 docs/dafny/ExamplesRandom-py/__main__.py
fi

0 comments on commit 8f9ab79

Please sign in to comment.