5 prepare_tests "Check content on log page"
7 run_test 'generate foo/log' 'cgit_url "foo/log" >trash/tmp'
8 run_test 'find commit 1' 'grep -e "commit 1" trash/tmp'
9 run_test 'find commit 5' 'grep -e "commit 5" trash/tmp'
11 run_test 'generate bar/log' 'cgit_url "bar/log" >trash/tmp'
12 run_test 'find commit 1' 'grep -e "commit 1" trash/tmp'
13 run_test 'find commit 50' 'grep -e "commit 50" trash/tmp'