[gparted] Add unit testing of GParted exFAT interface (!30)



commit 3783cb41732264b12b6ccd9cf6a9f36e1c2a4241
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Wed Jan 13 11:25:41 2021 +0000

    Add unit testing of GParted exFAT interface (!30)
    
    Install exfatprogs into the CentOS 7 GitLab CI image, enabling unit
    testing of GParted's use of exFAT programs.  Exfatprogs is not yet
    available for Ubuntu 20.04 as used in the Ubuntu GitLab CI image, only
    for Ubuntu 20.10 so far.
    
    Closes !30 - Add exFAT support

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d9a9394..81f6c05e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,9 +13,9 @@ stages:
     # Extra packages only needed during the test stage.
     # Install EPEL repo first for f2fs-tools and ntfsprogs.
     - yum install -y epel-release
-    - yum install -y btrfs-progs e2fsprogs f2fs-tools dosfstools mtools
-                     hfsplus-tools util-linux cryptsetup device-mapper lvm2
-                     ntfsprogs udftools xfsprogs xfsdump
+    - yum install -y btrfs-progs e2fsprogs exfatprogs f2fs-tools dosfstools
+                     mtools hfsplus-tools util-linux cryptsetup device-mapper
+                     lvm2 ntfsprogs udftools xfsprogs xfsdump
                      xorg-x11-server-Xvfb kmod
     - cat /etc/os-release
     - systemd-machine-id-setup


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]