Skip to content

Commit 6db4ef3

Browse files
authored
Update test
1 parent 30345bb commit 6db4ef3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • supplementary/workflows

supplementary/workflows/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ _test_android() {
1515

1616
_smoke_test() {
1717
# Qt5
18-
/usr/local/bin/Skyscraper --buildinfo | grep -q -oPz "(?s)Skyscraper:\s+\d+\..+Qt:\s+5\."
18+
/usr/local/bin/Skyscraper --buildinfo | grep "Qt:" | grep -q "5."
1919
# Qt6
20-
"${SKYSCRAPER_HOME}/Skyscraper" --buildinfo | grep -oPz "(?s)Skyscraper:\s+\d+\..+Qt:\s+6\."
20+
"${SKYSCRAPER_HOME}/Skyscraper" --buildinfo | grep "Qt:" | grep -q "6."
2121
}
2222

2323
_unit_tests() {

0 commit comments

Comments
 (0)