Browse Source

Another fix for Windows gitlab checkin

Frank-Rainer Grahl 4 months ago
parent
commit
6fd525eea9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mozilla-release/patches/1604079-73a1.patch

+ 3 - 3
mozilla-release/patches/1604079-73a1.patch

@@ -2,7 +2,7 @@
 # User Sylvestre Ledru <sledru@mozilla.com>
 # User Sylvestre Ledru <sledru@mozilla.com>
 # Date 1576601845 0
 # Date 1576601845 0
 # Node ID 4e3616d35b793962c6451a6483ad749627286e76
 # Node ID 4e3616d35b793962c6451a6483ad749627286e76
-# Parent  05aa35f364bc1c7e5f6f3e4a5c3f8524f50a6a85
+# Parent  7cee294933f42da6347c32e92cd2371d70137d89
 Bug 1604079 - Add a unit test for mozlint yamllint r=ahal
 Bug 1604079 - Add a unit test for mozlint yamllint r=ahal
 
 
 + some python 3 changes
 + some python 3 changes
@@ -35,8 +35,7 @@ new file mode 100644
 diff --git a/tools/lint/test/python.ini b/tools/lint/test/python.ini
 diff --git a/tools/lint/test/python.ini b/tools/lint/test/python.ini
 --- a/tools/lint/test/python.ini
 --- a/tools/lint/test/python.ini
 +++ b/tools/lint/test/python.ini
 +++ b/tools/lint/test/python.ini
-@@ -1,8 +1,9 @@
- [DEFAULT]
+@@ -2,8 +2,9 @@
  subsuite=mozlint, os == "linux"
  subsuite=mozlint, os == "linux"
  skip-if = python == 2
  skip-if = python == 2
  
  
@@ -44,6 +43,7 @@ diff --git a/tools/lint/test/python.ini b/tools/lint/test/python.ini
  skip-if = os == "win"  # node not installed on worker
  skip-if = os == "win"  # node not installed on worker
  [test_flake8.py]
  [test_flake8.py]
  requirements = tools/lint/python/flake8_requirements.txt
  requirements = tools/lint/python/flake8_requirements.txt
+ [test_shellcheck.py]
 +[test_yaml.py]
 +[test_yaml.py]
 diff --git a/tools/lint/test/test_yaml.py b/tools/lint/test/test_yaml.py
 diff --git a/tools/lint/test/test_yaml.py b/tools/lint/test/test_yaml.py
 new file mode 100644
 new file mode 100644