Unverified Commit ff9bcebb authored by Tom Moulard's avatar Tom Moulard
Browse files

test: fixup patch

parent 162fa7e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@ jobs:
          name: test-artifacts
          path: |
            log.log
            test_patch.patch
            *.patch
+3 −1
Original line number Diff line number Diff line
@@ -35,7 +35,9 @@ rm $file

# Creating a patch to fix test_config.yml
dc config > test_config.yml
git diff test_config.yml > test_patch.patch
git add test_config.yml
git commit -m "uncommited"
git format-patch HEAD~1

[ $errors -gt 0 ] && echo "There were $errors errors found" && exit 1