Fix the display of the SCM branch in test results

This commit is contained in:
Laurent Rineau 2012-12-12 11:27:37 +01:00
parent fc520a316c
commit df833d2fae
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" echo " Test files from:" >> "$TEST_REPORT"
cat .scm-urls >> "$TEST_REPORT" cat .scm-urls >> "$TEST_REPORT"
echo >> "$TEST_REPORT" echo >> "$TEST_REPORT"
elif [ -f ../../.scm-branch ]; then elif [ -f ../../../../.scm-branch ]; then
cat ../../.scm-branch >> "$TEST_REPORT" cat ../../../../.scm-branch >> "$TEST_REPORT"
echo >> "$TEST_REPORT" echo >> "$TEST_REPORT"
fi fi