From: Barış Metin Date: Mon, 12 Jul 2010 20:15:31 +0000 (+0200) Subject: fix yum install command X-Git-Tag: tests-5.0-8~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d06e06891b96e962107aabb6656e6e460a4443d8;p=tests.git fix yum install command --- diff --git a/system/hooks/slice/traceroutes.pl b/system/hooks/slice/traceroutes.pl index fdb0406..54a1e2b 100755 --- a/system/hooks/slice/traceroutes.pl +++ b/system/hooks/slice/traceroutes.pl @@ -36,7 +36,7 @@ if ($traceroute !~ /^\//) { if (!-e "$ttraceroute") { print $ttraceroute."\n"; print "[OOPS] TCPtraceroute not found. Installing... \n"; - system("yum -y tcptraceroute"); + system("yum -y install tcptraceroute"); if (!-e "$ttraceroute") { print "[FAILED] TCPtraceroute could not be installed. Test failed.\n"; }