Actually check that test output normalization is applied in CI (#3358)

Fixup of an issue with #3336 that caused CI not to check correctly that
normalized test output was committed.
pull/3359/head^2
Jelte Fennema 2020-01-06 10:37:34 +01:00 committed by GitHub
parent de75243000
commit d29ce8965c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ jobs:
command: ci/normalize_expected.sh command: ci/normalize_expected.sh
- run: - run:
name: 'Check if changed' name: 'Check if changed'
command: git diff --cached --exit-code command: git diff --exit-code
check-sql-snapshots: check-sql-snapshots:
docker: docker:
- image: 'citus/extbuilder:latest' - image: 'citus/extbuilder:latest'

View File

@ -2,7 +2,7 @@
\set JobId 201010 \set JobId 201010
SELECT task_tracker_cleanup_job(:JobId); SELECT task_tracker_cleanup_job(:JobId);
task_tracker_cleanup_job task_tracker_cleanup_job
-------------------------- ---------------------------------------------------------------------
(1 row) (1 row)