Skip to content

Commit

Permalink
fix broken test, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jul 4, 2023
1 parent f623045 commit ff226f6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BUILD_FLAGS=-DEXTENSION_STATIC_BUILD=1 -DBUILD_EXTENSIONS="tpch" ${OSX_BUILD_UNI
CLIENT_FLAGS :=

# These flags will make DuckDB build the extension
EXTENSION_FLAGS=-DDUCKDB_EXTENSION_NAMES="azure" -DDUCKDB_EXTENSION_AZURE_PATH="$(PROJ_DIR)" -DDUCKDB_EXTENSION_AZURE_SHOULD_LINK=1 -DDUCKDB_EXTENSION_AZURE_INCLUDE_PATH="$(PROJ_DIR)src/include"
EXTENSION_FLAGS=-DDUCKDB_EXTENSION_NAMES="aws" -DDUCKDB_EXTENSION_AWS_PATH="$(PROJ_DIR)" -DDUCKDB_EXTENSION_AWS_SHOULD_LINK=1 -DDUCKDB_EXTENSION_AWS_INCLUDE_PATH="$(PROJ_DIR)src/include"

pull:
git submodule init
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# WIP Disclaimer
This repository is work-in-progress, use at your own risk.

When sufficiently stable, this extension will move to github.com/duckdblabs

# DuckDB AWS Extension
This is a DuckDB extension that provides features that depend on the AWS SDK.

Expand Down
7 changes: 0 additions & 7 deletions test/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion test/sql/aws_errors.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
statement error
CALL load_aws_credentials();
----
Catalog Error: Table Function with name load_aws_credentials does not exist!
Catalog Error: Function with name "load_aws_credentials" is not in the catalog, but it exists in the aws extension.

# Require statement will ensure this test is run with this extension loaded
require aws
Expand Down

0 comments on commit ff226f6

Please sign in to comment.