Subversion Repositories vgwhois

Compare Revisions

Regard whitespace Rev 90 → Rev 91

/trunk/maintenance/qa-monitor/testcases/allpatterns
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/coverage
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/highlighter
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/timeout.sh
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
Deleted: svn:mime-type
-text/x-sh
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/batch
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/single
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/status_short
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/loc_vgwhois
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/status
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/testcases_cronrun
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/maintenance/qa-monitor/testcases/todo
File deleted
/trunk/maintenance/qa-monitor/run
206,41 → 206,6
 
# ---
 
echo "* Check if testcases require attention\n";
 
$loc_good = true;
 
# First check tesetcases in background, if necessary
 
$out = array();
exec(DIR . "/testcases/batch --mode b", $out, $ec);
 
if ($ec > 2) {
$loc_good = false;
echo "[ !! ] testcases/batch error code $ec\n";
echo trim(implode("\n", $out))."\n";
}
 
# Now check if testcases require attention
 
$out = array();
exec(DIR . '/testcases/status_short', $out, $ec);
 
if ($ec != 0) {
$loc_good = false;
echo trim(implode("\n", $out))."\n";
}
 
# Status?
 
if ($loc_good) {
echo "[ OK ]\n";
} else {
$global_status=1;
}
 
# ---
 
echo "* Check the status of whois-ping\n";
 
$loc_good = true;