Skip to content

Commit 3fa8552

Browse files
authored
mention --simple-test
1 parent cc79552 commit 3fa8552

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ quick-sharun /PATH/TO/BINARY_AND_LIBRARIES_HERE
1919
# Turn AppDir into AppImage
2020
quick-sharun --make-appimage
2121

22-
# Test the app for 12 seconds, if the app normally quits before that time
23-
# then skip this or check if some flag can be passed that makes it stay open
22+
# Test the app for 12 seconds, if the test fails due to the app
23+
# having issues running in the CI use --simple-test instead
2424
quick-sharun --test ./dist/*.AppImage

0 commit comments

Comments
 (0)