Please, don't top-post on this list.
Mehul Jain [off-list ref] writes:
Hello,
I faced the following problem when I tested master branch. Here I have
made no commits to master branch.
Are you sure that 1) you have no uncommitted change and 2) you have
compiled what you have in your tree?
Is this test failure usual with linux based system or just happened with me.
All tests are supposed to pass. You can see the result of the Travis-CI
builds there:
https://travis-ci.org/git/git/branches
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
On Sun, Feb 21, 2016 at 10:25 AM, Matthieu Moy
[off-list ref] wrote:
Please, don't top-post on this list.
I apologize for top-posting on the list.
Are you sure that 1) you have no uncommitted change and 2) you have
compiled what you have in your tree?
1) Yes, I have no uncommited change in the branch(master).
2) Yes, I compiled before testing.
Earlier when I was testing the master branch on my pc, I used "make"
in \t directory, which lead to failure of test #2, #3 in
t5539-fetch-http-shallow.sh .
Afterwards I switched to sudo mode and ran the make command again.
This time all test of t5539-fetch-http-shallow.sh passed, but test
#32 of file t7300-clean.sh failed. To crosscheck, I ran " sudo sh
./t7300-clean.sh -v --run='1-32' " which gave the following error
message -
Skipping repository baz/boo
Skipping repository foo/
Removing possible_sub1/
Skipping repository repo/
Skipping repository sub2/
Removing to_clean/
File possible_sub1/.git doesn't exist.
not ok 32 - should avoid cleaning possible submodules
#
# rm -fr to_clean possible_sub1 &&
# mkdir to_clean possible_sub1 &&
# test_when_finished "rm -rf possible_sub*" &&
# echo "gitdir: foo" >possible_sub1/.git &&
# >possible_sub1/hello.world &&
# chmod 0 possible_sub1/.git &&
# >to_clean/should_clean.this &&
# git clean -f -d &&
# test_path_is_file possible_sub1/.git &&
# test_path_is_file possible_sub1/hello.world &&
# test_path_is_missing to_clean
#
I haven't made any commits/changes in the master branch. Can you
please suggest where things are going wrong.
Thanks
Mehul Jain