flatpak: Let the test script fully complete.

This commit is contained in:
Andrew Hamilton 2019-06-26 14:38:42 +10:00
parent 8135ffc5da
commit 57febfc08a

View file

@ -28,5 +28,5 @@ rm -rf "$STATE_DIR/build"
flatpak-builder "$BUILD_DIR" "$MANIFEST_PATH" --force-clean \ flatpak-builder "$BUILD_DIR" "$MANIFEST_PATH" --force-clean \
--state-dir="$STATE_DIR" --state-dir="$STATE_DIR"
flatpak build "$BUILD_DIR" test-all flatpak build "$BUILD_DIR" test-all
flatpak build "$BUILD_DIR" eris flatpak build "$BUILD_DIR" eris --help
echo "Build successfull: $BUILD_DIR" echo "Build successfull: $BUILD_DIR"