Add traces for debug
This commit is contained in:
parent
26f58dcaa6
commit
1d0d92b040
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ sub create_testsuite
|
||||||
# Check if test.ft has changed
|
# Check if test.ft has changed
|
||||||
if (-f "$tempdir/tests/test.ft")
|
if (-f "$tempdir/tests/test.ft")
|
||||||
{
|
{
|
||||||
|
log TRACE, -f "$destdir/test.ft", compare("$tempdir/tests/test.ft", "$destdir/test.ft");
|
||||||
if (! -f "$destdir/test.ft" || ! compare("$tempdir/tests/test.ft", "$destdir/test.ft"))
|
if (! -f "$destdir/test.ft" || ! compare("$tempdir/tests/test.ft", "$destdir/test.ft"))
|
||||||
{
|
{
|
||||||
log DEBUG, "test.ft has changed, UPDATE students ones.";
|
log DEBUG, "test.ft has changed, UPDATE students ones.";
|
||||||
|
|
Reference in a new issue