Bugzilla link fix

pull/16/head
Pavel Negrobov 2 weeks ago committed by Pavel Negrobov
parent 5d5386a973
commit 4b39310ee5
Signed by: pnegrobov
GPG Key ID: 3EC54206FFEF87A7

@ -8,13 +8,13 @@ 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/
/bin/man -P /bin/cat gcc | /bin/grep http://bugs.msvsphere-os.ru/
check=$(eq_is_success ${check} 0)
}

Loading…
Cancel
Save