summaryrefslogtreecommitdiff
path: root/tests/t0103-log.sh
blob: b08cd299f37f298887b586cac10384ae793e7d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

. ./setup.sh

prepare_tests "Check content on log page"

run_test 'generate foo/log' 'cgit_url "foo/log" >trash/tmp'
run_test 'find commit 1' 'grep -e "commit 1" trash/tmp'
run_test 'find commit 5' 'grep -e "commit 5" trash/tmp'

run_test 'generate bar/log' 'cgit_url "bar/log" >trash/tmp'
run_test 'find commit 1' 'grep -e "commit 1" trash/tmp'
run_test 'find commit 50' 'grep -e "commit 50" trash/tmp'

tests_done
n> 2009-11-12Cstg stuff (alias ...)René 'Necoro' Neumann1-0/+1 2009-11-12Well ... now hgshelve was more up2date than hg ^^.René 'Necoro' Neumann1-18/+15 2009-11-12Update hgshelve extension for hg 1.3.1René 'Necoro' Neumann1-43/+163 2009-11-07Better hg VCS prompt support.René 'Necoro' Neumann3-0/+82 2009-11-05Added VCSCommand vim plugin.René 'Necoro' Neumann15-3/+4235 2009-11-03Add hg config stuffRené 'Necoro' Neumann3-0/+555 2009-10-27Add line numbering for emacsRené 'Necoro' Neumann1-1/+5 2009-10-27Add "-m iff" to isabelle callRené 'Necoro' Neumann1-1/+1 2009-10-14add commandline completion for vimRené 'Necoro' Neumann1-0/+12