You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/cenity/tik_error.sh
+2-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ It can be found on the IGNITION partition on this USB Stick
14
14
15
15
\033[1mSystem is shutting down\033[0m
16
16
17
-
Press key to continue
17
+
Press CTRL+C to cancel
18
+
Press any key to continue
18
19
[cenity][][] --error --no-wrap --title=Installation Failed --text=Please file a bug report at <tt>TEST URL</tt>\\n\\nPlease include the <tt>tik.log</tt> file\\nIt can be found on the IGNITION partition on this USB Stick\\n\\n<b>System is shutting down</b>')"
19
20
output="$(c_test --error --no-wrap --title="Installation Failed" --text="Please file a bug report at <tt>TEST URL</tt>\n\nPlease include the <tt>tik.log</tt> file\nIt can be found on the IGNITION partition on this USB Stick\n\n<b>System is shutting down</b>"<<<"\n"2>&1)"
[cenity][][] --timeout 5 --info --no-wrap --text=<b>Test Succeeded:</b>\\n\\nHave a nice day!')"
16
17
output="$(c_test --timeout 5 --info --no-wrap --text="<b>Test Succeeded:</b>\n\nHave a nice day!"<<<"\n"2>&1)"
17
18
compare "$output""$asserted_output"
@@ -24,7 +25,8 @@ TIK_OS_NAME has been installed.
24
25
25
26
\033[1mSystem is rebooting\033[0m
26
27
27
-
Press key to continue
28
+
Press CTRL+C to cancel
29
+
Press any key to continue
28
30
[cenity][][] --timeout 5 --info --no-wrap --title=Installation Complete! --text=TIK_OS_NAME has been installed.\\n\\n<b>System is rebooting</b>')"
29
31
output="$(c_test --timeout 5 --info --no-wrap --title="Installation Complete!" --text="TIK_OS_NAME has been installed.\n\n<b>System is rebooting</b>"<<<"\n"2>&1)"
30
32
compare "$output""$asserted_output"
@@ -51,7 +53,8 @@ You may optionally scan the recovery key off screen:
51
53
52
54
For more information please visit \033[1mhttps://aeondesktop.org/encrypt\033[0m
53
55
54
-
Press key to continue
56
+
Press CTRL+C to cancel
57
+
Press any key to continue
55
58
[cenity][][] --width=500 --height=500 --no-wrap --warning --icon=security-high-symbolic --title=Encryption Recovery Key --text=You may optionally scan the recovery key off screen:\\n<span face='\''monospace'\''>
56
59
57
60
█▀▀▀▀▀█ ▀ █ █▀▀▀▀▀█
@@ -80,7 +83,8 @@ You will be prompted to set the Passphrase on the next screen
80
83
81
84
For more information please visit \033[1mhttps://aeondesktop.org/encrypt\033[0m
82
85
83
-
Press key to continue
86
+
Press CTRL+C to cancel
87
+
Press any key to continue
84
88
[cenity][][] --width=500 --height=300 --no-wrap --warning --icon=security-high-symbolic --title=Set Encryption Passphrase --text=This system is encrypted and will require a Passphrase on every boot\\n\\nYou will be prompted to set the Passphrase on the next screen\\n\\nFor more information please visit <tt>https://aeondesktop.org/encrypt</tt>')"
85
89
output="$(c_test --width=500 --height=300 --no-wrap --warning --icon=security-high-symbolic --title="Set Encryption Passphrase" --text="This ${TIK_OS_NAME} system is encrypted and will require a Passphrase on every boot\n\nYou will be prompted to set the Passphrase on the next screen\n\nFor more information please visit <tt>https://aeondesktop.org/encrypt</tt>"<<<"\n"2>&1)"
86
90
compare "$output""$asserted_output"
@@ -97,14 +101,25 @@ We are sorry that you need to reinstall your system
97
101
Thank you so much for your support.
98
102
We hope you enjoy the new look openSUSE Aeon
99
103
100
-
Press key to continue
104
+
Press CTRL+C to cancel
105
+
Press any key to continue
101
106
[cenity][][] --info --width=300 --height=300 --icon=distributor-logo-Aeon-symbolic --no-wrap --title=Message from the Aeon Team --text=We'\''d like to thank you for adopting openSUSE Aeon so early in it'\''s development,\\nbefore we fully understood what we were building or how we wanted it to look\\n\\nWe are sorry that you need to reinstall your system\\n\\nThank you so much for your support.\\nWe hope you enjoy the new look openSUSE Aeon')"
102
107
output="$(c_test --info --width=300 --height=300 --icon=distributor-logo-Aeon-symbolic --no-wrap --title="Message from the Aeon Team" --text="We'd like to thank you for adopting openSUSE Aeon so early in it's development,\nbefore we fully understood what we were building or how we wanted it to look\n\nWe are sorry that you need to reinstall your system\n\nThank you so much for your support.\nWe hope you enjoy the new look openSUSE Aeon"<<<"\n"2>&1)"
103
108
compare "$output""$asserted_output"
104
109
105
110
106
-
# TODO: handle ok label
107
-
#output=$(c_test --info --ok-label="Install Now" --no-wrap --width=300 --height=300 --icon=distributor-logo-Aeon-symbolic --title="" --text="<big>Welcome to ${TIK_OS_NAME}</big>\n\nPlease press <b>Install Now</b> to continue")
Copy file name to clipboardExpand all lines: tests/cenity/tik_warning.sh
+6-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ Runnning on battery power detected
12
12
13
13
It is recommended to connect the system to AC power during the install
14
14
15
-
Press key to continue
15
+
Press CTRL+C to cancel
16
+
Press any key to continue
16
17
[cenity][][] --warning --no-wrap --title=AC Power Recommended --text=Runnning on battery power detected\n\nIt is recommended to connect the system to AC power during the install"
17
18
output=$(c_test --warning --no-wrap --title="AC Power Recommended" --text="Runnning on battery power detected\n\nIt is recommended to connect the system to AC power during the install"<<<"\n"2>&1)
0 commit comments