Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eabf420ac3 |
@@ -42,7 +42,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
QT_QPA_PLATFORM=offscreen timeout 3s ./build/searchmyfiles
|
QT_QPA_PLATFORM=offscreen timeout 3s ./build/folderscope
|
||||||
status="$?"
|
status="$?"
|
||||||
test "$status" = 0 || test "$status" = 124
|
test "$status" = 0 || test "$status" = 124
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user