Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 35277e7

Browse files
committed
Make tyre-kicking work with neo4j with password
1 parent 644bc23 commit 35277e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ clean: ## Clean build directories
5555
rm -rf tmp
5656
./gradlew clean
5757

58-
rmhosts:
58+
rmhosts: ## Remove known hosts file
5959
rm -rf ~/.neo4j/known_hosts
6060

6161
launch: rmhosts clean build run ## Removes known hosts file, cleans, builds, and runs the shell

tyrekicking.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function prepare-bundle {
1111
}
1212

1313
function testscript {
14-
if cypher-shell/cypher-shell "RETURN 1;"; then
14+
if cypher-shell/cypher-shell -u neo4j -p neo "RETURN 1;"; then
1515
echo "$1 Success!"
1616
else
1717
echo "$1 Failure!"

0 commit comments

Comments
 (0)