On Sun, Feb 12, 2006 at 06:11:54PM +0100, Petr Baudis wrote: > I'm announcing the release of Cogito version 0.17rc1, the human-friendly > version control UI for Linus' GIT tool. Share and enjoy at: > > http://www.kernel.org/pub/software/scm/cogito/ Hi, the selftests for cg-seek fail for me on Debian/unstable: $ wget -q -O- http://www.kernel.org/pub/software/scm/cogito/cogito-0.17rc1.tar.gz |tar xzpf - $ cd cogito-0.17rc1 $ make Generating cg-version... $ make test [...] *** t9300-seek.sh *** * ok 1: initialize repo Adding file different * ok 2: record second commit * ok 3: seeking to the first commit * ok 4: we should have .git/head-name == master * ok 5: current branch should be cg-seek-point * ok 6: current commit should be commit1 * ok 7: newfile should be gone * ok 8: different should be v1 * ok 9: identical should be identical * FAIL 10: seeking to the second commit cg-seek ab3fddb2498b5378c1eb91f341c0f9cfbc15944f * ok 11: we should not unseeked properly * FAIL 12: current commit should be commit2 [ 422409bf18cdcf9214cd9fcc34a2cace15ce5aff = ab3fddb2498b5378c1eb91f341c0f9cfbc15944f ] * ok 13: seeking to the last (well, still second) commit * ok 14: we should be unseeked properly * ok 15: current commit should be commit2 * ok 16: newdir/newfile should be back * ok 17: different should be v2 * ok 18: identical should be identical * ok 19: local change to identical (non-conflicting) * ok 20: local change to newdir/newfile (conflicting) * ok 21: seeking to the first commit * ok 22: current commit should be commit1 * ok 23: different should be v1 * ok 24: identical should be nonconflicting * ok 25: unseeking * ok 26: we should be unseeked properly * ok 27: current commit should be commit2 * failed 2 among 27 test(s) This seems to be a workaround: --- t/.t9300-seek.sh 2006-02-16 10:13:31.000000000 +0000 +++ t/t9300-seek.sh 2006-02-16 10:14:00.000000000 +0000 @@ -45,7 +45,7 @@ "[ $(cat identical) = identical ]" test_expect_success 'seeking to the second commit' \ - "cg-seek $commit2" + "cg-seek && cg-seek $commit2" test_expect_success 'we should not unseeked properly' \ "([ -e .git/head-name ] && [ $(basename $(git-symbolic-ref HEAD)) = cg-seek-point ])" Regards, Gerrit. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Feb 16 21:21:39 2006
This archive was generated by hypermail 2.1.8 : 2006-02-16 21:21:48 EST