diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2007-12-30 02:04:34 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2007-12-30 02:04:34 +0000 |
commit | d4e036be95cbe9d3a4538440269e2ded73fbb74d (patch) | |
tree | 44a15729e08986f4be3e9ec471a787483362cff2 /client/scireclient.pl | |
parent | modify all code using send_command() to pass output through parse_response() (diff) | |
download | scire-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-x | client/scireclient.pl | 7 |
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 { |