do not run git server on windows

desktop-master-git2
bunsenstraat 3 months ago
parent 86ecea907b
commit d92aea669f
  1. 5
      apps/remixdesktop/test/tests/app/git-ui.test.ts
  2. 5
      apps/remixdesktop/test/tests/app/git-ui_2.test.ts
  3. 5
      apps/remixdesktop/test/tests/app/git-ui_3.test.ts
  4. 5
      apps/remixdesktop/test/tests/app/git-ui_4.test.ts

@ -195,10 +195,7 @@ const tests = {
}
const useIsoGit = process.argv.includes('--useIsoGit');
if (process.platform.startsWith('win')) {
if (useIsoGit)
module.exports = { ...tests }
else
module.exports = {}
module.exports = {}
}
else
module.exports = { ...tests }

@ -174,10 +174,7 @@ const tests = {
const useIsoGit = process.argv.includes('--useIsoGit');
if (process.platform.startsWith('win')) {
if (useIsoGit)
module.exports = { ...tests }
else
module.exports = {}
module.exports = {}
}
else
module.exports = { ...tests }

@ -145,10 +145,7 @@ const tests = {
const useIsoGit = process.argv.includes('--useIsoGit');
if (process.platform.startsWith('win')) {
if (useIsoGit)
module.exports = { ...tests }
else
module.exports = {}
module.exports = {}
}
else
module.exports = { ...tests }

@ -192,10 +192,7 @@ const tests = {
const useIsoGit = process.argv.includes('--useIsoGit');
if (process.platform.startsWith('win')) {
if (useIsoGit)
module.exports = { ...tests }
else
module.exports = {}
module.exports = {}
}
else
module.exports = { ...tests }
Loading…
Cancel
Save