... and call timestampskippedevents() to avoid the flood of
uninitialized variable warnings.
Closes #8977
$DBGCURL=$CMDLINE;
}
+ if($fail_due_event_based) {
+ logmsg "This test cannot run event based\n";
+ timestampskippedevents($testnum);
+ return -1;
+ }
+
if($gdbthis) {
# gdb is incompatible with valgrind, so disable it when debugging
# Perhaps a better approach would be to run it under valgrind anyway
$disablevalgrind=1;
}
- if($fail_due_event_based) {
- logmsg "This test cannot run event based\n";
- return -1;
- }
-
my @stdintest = getpart("client", "stdin");
if(@stdintest) {