Archived
1
0
Fork 0

Add traces for debug

This commit is contained in:
Mercier Pierre-Olivier 2013-11-20 01:13:54 +01:00
parent 26f58dcaa6
commit 1d0d92b040

View file

@ -161,6 +161,7 @@ sub create_testsuite
# Check if test.ft has changed
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"))
{
log DEBUG, "test.ft has changed, UPDATE students ones.";