Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Oct 16, 2023
1 parent 7f605d3 commit deea0e2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions reasoning/test
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
#!/bin/bash

RED="\033[31m"
GREEN="\033[32m"
NORMAL="\033[0;39m"
RED="\e[31m"
GREEN="\e[32m"
BLUE="\e[94m"
NORMAL="\e[0;39m"

OK=0
FAILED=0

echo -e ${BLUE}"--------------------------"${NORMAL}
echo -e ${BLUE}"Running eye/reasoning/test"${NORMAL}
echo -e ${BLUE}"--------------------------"${NORMAL}
echo -e ""

for dir in */
do
pushd "${dir}" > /dev/null
Expand Down

0 comments on commit deea0e2

Please sign in to comment.