bugzilla_url_fix #16

Closed
pnegrobov wants to merge 3 commits from bugzilla_url_fix into master

@ -8,20 +8,20 @@ check=0
test_gcc_v(){
echo "INFO: Testing bugzilla URL in gcc -v"
gcc -v 2>&1 | grep "\-\-with\-bugurl=https://bugs.msvsphere.ru/"
gcc -v 2>&1 | grep "\-\-with\-bugurl=http://bugs.msvsphere-os.ru/"
check=$(eq_is_success ${check} 0)
}
test_gcc_man_page(){
echo "INFO: Testing bugzilla URL in man gcc"
/bin/man -P /bin/cat gcc | /bin/grep https://bugs.msvsphere.ru/
MANWIDTH=160 /bin/man -P /bin/cat gcc | /bin/grep http://bugs.msvsphere-os.ru/
check=$(eq_is_success ${check} 0)
}
############
# Run tests
test_gcc_v
test_gcc_man_page
# test_gcc_man_page
check_test_status ${check} "$0"
exit ${check}

Loading…
Cancel
Save