Move from `fkss` to `scss` extension for testsuite files

This commit is contained in:
Alex Palaistras 2016-02-28 19:35:48 +00:00
parent 6f1d8dbefc
commit 1e4b725789
3 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ _EOF_
echo -e ">> ${COLOR_WHITE}Executing tests...${COLOR_RESET}"
for file in ${@:-${ROOT}/spec/*.fkss}
for file in ${@:-${ROOT}/spec/*.scss}
do
# Check if file exists and is readable.
if [ ! -f "${file}" ]