summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2007-12-30 02:04:34 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2007-12-30 02:04:34 +0000
commitd4e036be95cbe9d3a4538440269e2ded73fbb74d (patch)
tree44a15729e08986f4be3e9ec471a787483362cff2 /client/scireclient.pl
parentmodify all code using send_command() to pass output through parse_response() (diff)
downloadscire-d4e036be95cbe9d3a4538440269e2ded73fbb74d.tar.gz
scire-d4e036be95cbe9d3a4538440269e2ded73fbb74d.tar.bz2
scire-d4e036be95cbe9d3a4538440269e2ded73fbb74d.zip
remove run_test() stuff
svn path=/branches/new-fu/; revision=274
Diffstat (limited to 'client/scireclient.pl')
-rwxr-xr-xclient/scireclient.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/client/scireclient.pl b/client/scireclient.pl
index 785cfa7..d7843bc 100755
--- a/client/scireclient.pl
+++ b/client/scireclient.pl
@@ -48,13 +48,6 @@ sub run_main {
#4. Fetch the jobs list
get_jobs(@existing_jobs);
#5. ?
- #run_test();
-}
-
-sub run_test {
- for(('PING', 'FOO', 'QUIT')) {
- my $response = send_command($_);
- }
}
sub parse_command_line {