Test debug.

This commit is contained in:
Daniel Nichter
2013-08-09 20:09:48 +00:00
parent 8a959cb6ad
commit 732a5b90f4

View File

@@ -80,7 +80,7 @@ cleanup();
# printed by default. So we use the --plugin to tell us when the tool # printed by default. So we use the --plugin to tell us when the tool
# has completed a cycle. # has completed a cycle.
warn "1 before cmd"; warn "1 before cmd";
$retval = system("/bin/bash -x $trunk/bin/pt-stalk --daemonize --pid $pid_file --log $log_file --dest $dest --plugin $trunk/t/pt-stalk/samples/plugin002.sh -- --defaults-file=$cnf"); $retval = system("$trunk/bin/pt-stalk --daemonize --pid $pid_file --log $log_file --dest $dest --plugin $trunk/t/pt-stalk/samples/plugin002.sh -- --defaults-file=$cnf");
warn "2 after cmd"; warn "2 after cmd";
is( is(
$retval >> 8, $retval >> 8,