mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-09-01 02:34:47 +00:00
Enable rename support for Travis testing
Because renames are an opt-in feature (i.e. not enabled by default), pass the required configure option for Travis builds, which enables the rename tests. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
committed by
Matthew Johnson
parent
302ab343ca
commit
b0c4a1c24e
+1
-1
@@ -21,5 +21,5 @@ install:
|
||||
# Ubuntu's default umask is 0002, but this break's swupd hash calculations.
|
||||
script:
|
||||
- sudo find test/functional -exec chmod g-w {} \;
|
||||
- autoreconf --verbose --warnings=none --install --force && ./configure && make -j48 && sudo sh -c 'umask 0022 && make -j48 check'
|
||||
- autoreconf --verbose --warnings=none --install --force && ./configure --enable-rename-detection && make -j48 && sudo sh -c 'umask 0022 && make -j48 check'
|
||||
after_failure: cat test-suite.log
|
||||
|
||||
Reference in New Issue
Block a user