--- old/test/failure_handler/src/share/conf/linux.properties 2019-12-10 23:20:57.000000000 -0800 +++ new/test/failure_handler/src/share/conf/linux.properties 2019-12-10 23:20:56.000000000 -0800 @@ -68,7 +68,8 @@ memory.vmstat.slabinfo memory.vmstat.disk \ files \ locks \ - net.sockets net.statistics net.ifconfig + net.sockets net.statistics net.ifconfig \ + screenshot ################################################################################ users.current.app=id users.current.args=-a @@ -109,5 +110,8 @@ net.statistics.args=-sv net.ifconfig.app=ifconfig net.ifconfig.args=-a + +screenshot.app=gnome-screenshot +screenshot.args= -f screen.png ################################################################################ --- old/test/failure_handler/src/share/conf/mac.properties 2019-12-10 23:20:58.000000000 -0800 +++ new/test/failure_handler/src/share/conf/mac.properties 2019-12-10 23:20:58.000000000 -0800 @@ -76,7 +76,8 @@ memory.vmstat \ files \ net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.ifconfig \ - scutil.nwi scutil.proxy + scutil.nwi scutil.proxy \ + screenshot ################################################################################ users.current.app=id users.current.args=-a @@ -115,4 +116,7 @@ scutil.app=scutil scutil.nwi.args=--nwi scutil.proxy.args=--proxy + +screenshot.app=screencapture +screenshot.args= -x screen1.png screen2.png screen3.png screen4.png screen5.png ################################################################################