Skip to content

Commit

Permalink
Revert "Use colordiff for invariance diffs"
Browse files Browse the repository at this point in the history
This reverts commit 0f4242f.
  • Loading branch information
Kwpolska committed Jul 23, 2016
1 parent 0f4242f commit 95c3d61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ addons:
packages:
- language-pack-en-base
- language-pack-pl-base
- colordiff
python:
- "2.7"
- "3.3"
Expand Down
2 changes: 1 addition & 1 deletion scripts/baseline.sh
Expand Up @@ -21,7 +21,7 @@ rm "stories/creating-a-theme.rst" "stories/extending.txt" "stories/internals.txt
LC_ALL='en_US.UTF-8' PYTHONHASHSEED=0 nikola build --invariant
if [[ "$1" == "check" ]]; then
echo -e "\033[36m>> Testing baseline...\033[0m"
colordiff -ubwr ../baseline output
diff -ubwr ../baseline output
if [[ $? == 0 ]]; then
echo -e "\033[32;1m>> Baseline test successful\033[0m"
else
Expand Down

0 comments on commit 95c3d61

Please sign in to comment.