aboutsummaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorMarvin Borner2024-01-18 15:15:04 +0100
committerMarvin Borner2024-01-18 17:42:07 +0100
commit076d528bfaa55b71f9653c0579723ff565db5e7f (patch)
treee02cdbd34d33e5f0b0d6fb976c64da4b4184e5ba /test/run
parentf7aeca15b6da0c4af985d55eef14bfaf44eb74db (diff)
BLoCade
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index b92629b..f33db65 100755
--- a/test/run
+++ b/test/run
@@ -3,7 +3,7 @@
set -e
FAIL="\033[0;31m[FAIL]\033[0m "
-SUCC="\033[0;32m[SUCC]\033[0m "
+SUCC="\033[0;32m[ OK ]\033[0m "
for file in *.blc; do
../build/bloc --from-blc -i "$file" -o ../build/"$file".bloc