From cdd9b3d528770829b4272f62f4413a9ce27cfdeb Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Wed, 27 Jun 2018 10:44:56 +0200 Subject: [PATCH] Add checker. --- tests/upgrade_graph.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/upgrade_graph.pm b/tests/upgrade_graph.pm index 16801a50..dc68bca8 100644 --- a/tests/upgrade_graph.pm +++ b/tests/upgrade_graph.pm @@ -16,11 +16,9 @@ sub run { # switch back to the graphics send_key "ctrl-alt-f2"; - - # disable screen blanking (download can take a long time) - script_run "setterm -blank 0"; - + # DELETE ME, check only + script_run "echo \"I wish I did not see this.\""; # handle bootloader, if requested; set longer timeout as sometimes # reboot here seems to take a long time