summaryrefslogtreecommitdiff
path: root/devel/electron21/files/patch-electron_spec-main_version-bump-spec.ts
blob: 523ce8315fa19cc2050bd475bacc023e7321c471 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec-main/version-bump-spec.ts.orig	2023-01-24 08:00:52 UTC
+++ electron/spec-main/version-bump-spec.ts
@@ -92,7 +92,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.indexOf('arm') === 0) && process.platform !== 'darwin')('nextVersion', () => {
+  ifdescribe(!((process.platform === 'linux' || process.platform === 'freebsd') && process.arch.indexOf('arm') === 0) && process.platform !== 'darwin')('nextVersion', () => {
     describe('bump versions', () => {
       const nightlyPattern = /[0-9.]*(-nightly.(\d{4})(\d{2})(\d{2}))$/g;
       const betaPattern = /[0-9.]*(-beta[0-9.]*)/g;