mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 19:32:34 +01:00
ReventWorkload: Corrected mistake in screen capture argument
This commit is contained in:
@@ -130,7 +130,7 @@ class RecordCommand(ReventCommand):
|
|||||||
|
|
||||||
self.logger.info("Press Enter when you have finished recording...")
|
self.logger.info("Press Enter when you have finished recording...")
|
||||||
raw_input("")
|
raw_input("")
|
||||||
if args.screencapture:
|
if args.capture_screen:
|
||||||
self.logger.info("Recording screen capture")
|
self.logger.info("Recording screen capture")
|
||||||
self.device.capture_screen(args.output or os.getcwdu())
|
self.device.capture_screen(args.output or os.getcwdu())
|
||||||
self.device.killall("revent", signal.SIGTERM)
|
self.device.killall("revent", signal.SIGTERM)
|
||||||
|
Reference in New Issue
Block a user