*Really* fix the display of the scm branch in test results

I should have tried the patch locally!
This commit is contained in:
Laurent Rineau 2012-12-12 11:39:57 +01:00
parent a9cdb27b78
commit b62ef22288
1 changed files with 2 additions and 2 deletions

View File

@ -298,8 +298,8 @@ for DIR in $TEST_DIRECTORIES ; do
echo " Test files from:" >> "$TEST_REPORT"
cat .scm-urls >> "$TEST_REPORT"
echo >> "$TEST_REPORT"
elif [ -f ../../../../.scm-branch ]; then
cat ../../../../.scm-branch >> "$TEST_REPORT"
elif [ -f ../../../../../.scm-branch ]; then
cat ../../../../../.scm-branch >> "$TEST_REPORT"
echo >> "$TEST_REPORT"
fi