Message ID | 20120724003311.5243.61919.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/client/fastmodel.py' --- lava_dispatcher/client/fastmodel.py 2012-07-12 02:25:57 +0000 +++ lava_dispatcher/client/fastmodel.py 2012-07-23 10:42:59 +0000 @@ -85,7 +85,7 @@ #make sure PS1 is what we expect it to be logging_system( - 'sudo sh -c \'echo "PS1=%s ">> %s/etc/mkshrc\'' % (self.tester_str, d)) + 'sudo sh -c \'echo "PS1=%s: ">> %s/etc/mkshrc\'' % (self.tester_str, d)) # fast model usermode networking does not support ping logging_system( 'sudo sh -c \'echo "alias ping=\\\"echo LAVA-ping override 1 received\\\"">> %s/etc/mkshrc\'' % d)