diff --git a/hana/package.json b/hana/package.json index e9ad1a761..44a39d2ef 100644 --- a/hana/package.json +++ b/hana/package.json @@ -16,7 +16,7 @@ "CHANGELOG.md" ], "scripts": { - "test": "(([ -z \"${HANA_HOST}\" ] && npm start) || true) && cds-test $(../test/find)", + "test": "(([ -z \"${HANA_HOST}\" ] && npm start) || true) && cds-test", "test:remote": "cds-test", "start": "npm run start:hce || npm run start:hxe", "start:hce": "cd ./tools/docker/hce/ && ./start.sh", diff --git a/postgres/package.json b/postgres/package.json index 8db248044..b89dfd652 100644 --- a/postgres/package.json +++ b/postgres/package.json @@ -23,7 +23,7 @@ "CHANGELOG.md" ], "scripts": { - "test": "npm start && cds-test $(../test/find)", + "test": "npm start && cds-test", "start": "docker compose -f pg-stack.yml up -d" }, "dependencies": { @@ -59,6 +59,7 @@ }, "postgres": { "impl": "@cap-js/postgres", + "kind": "sqlite", "dialect": "postgres", "vcap": { "label": "postgresql-db" diff --git a/sqlite/package.json b/sqlite/package.json index ef2e91792..21ab91bfa 100644 --- a/sqlite/package.json +++ b/sqlite/package.json @@ -23,7 +23,7 @@ "CHANGELOG.md" ], "scripts": { - "test": "cds-test $(../test/find)" + "test": "cds-test" }, "dependencies": { "@cap-js/db-service": "^1.14.1", diff --git a/test/find b/test/find deleted file mode 100755 index 150882fb1..000000000 --- a/test/find +++ /dev/null @@ -1,2 +0,0 @@ -# /bin/bash -find -L test -type f -regex .*$npm_config_file$npm_config_test\\.test\\.js