Non-existing referenced sql files doesn't report error

Hi all
I have a project where I want to load some test data using the sqlFile tag.
I use the relativeToChangelogFile=“true” property on the tag.
On some occassions I mistyped the path to the file. But this didn’t report as an error.
Example:
  <changeSet id=“s-notfound-0001” author=“karchr”
    runOnChange=“true”>
     <sqlFile relativeToChangelogFile=“true” encoding=“UTF-8”
       path=“notexisting.sql” />
   
   
 

Am I doing it wrong?
Is this a feature?
Is it a bug?

Attaching a small project reproducing the behaviour.

Liquibase version 3.1.1, running on Win8.

Regards,
Christian

Thanks, especially for the zip file to recreate it. I created https://liquibase.jira.com/browse/CORE-1899 to track the fix.


Nathan