Make CDB_OAuth independent of the PG version

This commit is contained in:
Raul Marin
2019-10-24 12:35:46 +02:00
parent 409b067721
commit 7f9a748119
5 changed files with 49 additions and 215 deletions
+1 -5
View File
@@ -182,11 +182,7 @@ legacy_regress: $(REGRESS_OLD) Makefile
$(SED) -e 's/@@VERSION@@/$(EXTVERSION)/' -e 's/@extschema@/cartodb/g' -e "s/@postgisschema@/public/g" >> $${of}; \
exp=expected/test/$${tn}.out; \
echo '\set ECHO none' > $${exp}; \
if [[ -f "test/$${tn}_expect.pg$(PG_VERSION)" ]]; then \
cat test/$${tn}_expect.pg$(PG_VERSION) >> $${exp}; \
else \
cat test/$${tn}_expect >> $${exp}; \
fi \
cat test/$${tn}_expect >> $${exp}; \
done
test_organization: