Skip to content

Commit

Permalink
fixed txt2folia tests (extension changed) #14
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 10, 2020
1 parent 6d60900 commit 64459b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ if [ $? -ne 0 ]; then
echo "...${boldred}FAILED${normal}" >&2
FAILURE=1
else
foliavalidator test.txt.folia.xml
foliavalidator test.folia.xml
if [ $? -ne 0 ]; then
echo "...VALIDATOR ${boldred}FAILED${normal}" >&2
FAILURE=1
Expand All @@ -189,7 +189,7 @@ if [ $? -ne 0 ]; then
echo "...${boldred}FAILED${normal}" >&2
FAILURE=1
else
foliavalidator test2.txt.folia.xml
foliavalidator test2.folia.xml
if [ $? -ne 0 ]; then
echo "...VALIDATOR ${boldred}FAILED${normal}" >&2
FAILURE=1
Expand All @@ -204,7 +204,7 @@ if [ $? -ne 0 ]; then
echo "...${boldred}FAILED${normal}" >&2
FAILURE=1
else
foliavalidator test2.txt.folia.xml
foliavalidator test2.folia.xml
if [ $? -ne 0 ]; then
echo "...VALIDATOR ${boldred}FAILED${normal}" >&2
FAILURE=1
Expand Down

0 comments on commit 64459b1

Please sign in to comment.