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

test: fixing git diff output

parent 4c87e5bb
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ test ()
    echo -e "[${GREEN}V${WHITE}] $@"
}

# set -x #debug

test dc config -q

file=$(mktemp)
@@ -36,7 +34,7 @@ rm $file
# Creating a patch to fix test_config.yml
dc config > test_config.yml

git diff > patch.patch
git diff | tee patch.patch

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