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 947bf6c commit 213a7b7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions 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 retina/test"${NORMAL}
echo -e ${BLUE}"-------------------"${NORMAL}
echo -e ""

export prolog="${1:-tpl}"
export retina=`pwd`/retina.pl
for dir in rdfsurfaces/*
Expand Down

0 comments on commit 213a7b7

Please sign in to comment.