summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-electron_spec-main_version-bump-spec.ts
blob: a69137c0d07e90e0fee546aed5c8e4e560ee1f40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- electron/spec-main/version-bump-spec.ts.orig	2019-12-13 19:48:14 UTC
+++ electron/spec-main/version-bump-spec.ts
@@ -43,7 +43,7 @@ describe('version-bumper', () => {
 
   // On macOS Circle CI we don't have a real git environment due to running
   // gclient sync on a linux machine. These tests therefore don't run as expected.
-  ifdescribe(!(process.platform === 'linux' && process.arch === 'arm') && !(isCI && process.platform === 'darwin'))('nextVersion', () => {
+  ifdescribe(!((process.platform === 'linux' || process.platform === 'freebsd') && process.arch === 'arm') && !(isCI && process.platform === 'darwin'))('nextVersion', () => {
     const nightlyPattern = /[0-9.]*(-nightly.(\d{4})(\d{2})(\d{2}))$/g
     const betaPattern = /[0-9.]*(-beta[0-9.]*)/g
 
@@ -120,4 +120,4 @@ describe('version-bumper', () => {
       ).to.be.rejectedWith('Invalid bump type.')
     })
   })
-})
\ No newline at end of file
+})