Merge branch 'master' of github.com:railtoolkit/tikz-trackschematic

master
Martin Scheidt 2022-03-09 22:30:08 +01:00
commit 6a73b502e2
1 changed files with 2 additions and 2 deletions

View File

@ -602,7 +602,7 @@ run_test_cases() {
#
if [ $EXIT_CODE = 0 ]; then
if [ $VERBOSE = 1 ]; then
echo $n " - ${GREEN}build succesful${COLOR_RESET}: $c"
echo $n " - ${GREEN}build successful${COLOR_RESET}: $c"
echo $n "in ${TIME}s $c"
echo $n "and with $c"
echo "${MEMORY_USAGE}k of memory used."
@ -648,7 +648,7 @@ run_test_cases() {
if [ $EXIT_CODE = 0 ]; then
if [ $VERBOSE = 1 ]; then
echo " - ${GREEN}comparison succesful${COLOR_RESET}."
echo " - ${GREEN}comparison successful${COLOR_RESET}."
fi
else
STATUS=1