Skip to content

Commit 30345bb

Browse files
authored
Update test
1 parent 19c709c commit 30345bb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • supplementary/workflows

supplementary/workflows/test

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _smoke_test() {
1717
# Qt5
1818
/usr/local/bin/Skyscraper --buildinfo | grep -q -oPz "(?s)Skyscraper:\s+\d+\..+Qt:\s+5\."
1919
# Qt6
20-
"${SKYSCRAPER_HOME}/Skyscraper" --buildinfo | grep -q -oPz "(?s)Skyscraper:\s+\d+\..+Qt:\s+6\."
20+
"${SKYSCRAPER_HOME}/Skyscraper" --buildinfo | grep -oPz "(?s)Skyscraper:\s+\d+\..+Qt:\s+6\."
2121
}
2222

2323
_unit_tests() {
@@ -59,7 +59,8 @@ main() {
5959
case "${1:-}" in
6060
"android-aarch64") _test_android "aarch64" ;;
6161
"android-arm") _test_android "ARM" ;;
62-
*) _smoke_test && _unit_tests && _exit_test;;
62+
#*) _smoke_test && _unit_tests && _exit_test;;
63+
*) _smoke_test;;
6364
esac
6465
}
6566

0 commit comments

Comments
 (0)