From edb30ae36558c2a44de54cb72b37f02f1aadfa1e Mon Sep 17 00:00:00 2001 From: James Laska Date: Jan 28 2010 20:12:11 +0000 Subject: /tmp/syslog has been replaced by /tmp/messages.log in Fedora 13 --- diff --git a/tests/rats_install/install.py b/tests/rats_install/install.py index be43a11..9814ae2 100755 --- a/tests/rats_install/install.py +++ b/tests/rats_install/install.py @@ -326,7 +326,7 @@ if __name__ == '__main__': # If the install images and packages are in different locations, direct the # installer to the appropriate install.img if opt.image_url: - opt.extra_args += " stage2=%s/images/install.img" % opt.image_url + opt.extra_args = opt.extra_args + " stage2=%s/images/install.img" % opt.image_url guest = create_guest(config.scratchdir, url=baseuri, extra_args=opt.extra_args) diff --git a/tests/rats_install/minimon b/tests/rats_install/minimon index 1a6d182..be7bd95 100755 --- a/tests/rats_install/minimon +++ b/tests/rats_install/minimon @@ -29,8 +29,9 @@ log = lambda x: None # Dummy log function # List of files to monitor filelist = [ - '/tmp/anaconda.log', + '/tmp/anaconda.log', '/tmp/syslog', + '/tmp/messages.log', '/tmp/lvmout', '/tmp/storage.log', '/tmp/program.log',