mirror of https://github.com/citusdata/citus.git
Make sure the expected .out file always exists when running diff on it
parent
16bcf15e16
commit
2e4e1c030f
|
@ -32,6 +32,7 @@ fi
|
|||
|
||||
if test -z "${VANILLATEST:-}"
|
||||
then
|
||||
touch "$file1" # when adding a new test the expected file does not exist
|
||||
sed -Ef $BASEDIR/normalize.sed < $file1 > "$file1.modified"
|
||||
mv "$file1" "$file1.unmodified"
|
||||
mv "$file1.modified" "$file1"
|
||||
|
|
Loading…
Reference in New Issue