summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 6a3fbb2d6f..5e6793d44e 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -1597,7 +1597,7 @@ to your build configuration.
1597 uptime_seconds = f.readline().split()[0] 1597 uptime_seconds = f.readline().split()[0]
1598 logger.info('Host uptime: %s\n' % uptime_seconds) 1598 logger.info('Host uptime: %s\n' % uptime_seconds)
1599 if self.cleantap: 1599 if self.cleantap:
1600 cmd = ('sudo', self.qemuifdown, self.tap, self.bindir_native) 1600 cmd = ('sudo', self.qemuifdown, self.tap)
1601 logger.debug('Running %s' % str(cmd)) 1601 logger.debug('Running %s' % str(cmd))
1602 subprocess.check_call(cmd) 1602 subprocess.check_call(cmd)
1603 self.release_taplock() 1603 self.release_taplock()