2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

modify genesis test scripts

This commit is contained in:
junxiawang 2016-07-12 05:32:19 -04:00
parent 78e9094258
commit 81c5bd8456

View File

@ -109,9 +109,9 @@ sub timesleep
}
}
if ($rungenesiscmd)
{
&rungenesiscmd;
}
{
&rungenesiscmd;
}
if ($timesleep)
{
&timesleep;
@ -120,9 +120,5 @@ if($rungenesisimg)
{
&rungenesisimg;
}
if ($?)
{
return 0;
}