Remove more repl

This commit is contained in:
Radon Rosborough 2023-02-18 17:11:27 -08:00
parent 3748541b88
commit 74f1c36213
1 changed files with 1 additions and 5 deletions

View File

@ -91,12 +91,8 @@ compile: |
< programs/Conditions.claro \ < programs/Conditions.claro \
> programs/Conditions.java > programs/Conditions.java
run: | run: |
set -e
cd programs cd programs
./conditions_compiled_claro_image ||: ./conditions_compiled_claro_image
java -jar /opt/claro/claro_compiler_binary_deploy.jar --repl --silent
input: | input: |
print(123 * 234); print(123 * 234);