Skip to content

Commit f28ab1b

Browse files
committed
fix-scripts
1 parent aab6084 commit f28ab1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/test-postgres.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# To run a single test tests/test_foo.py::TestFoo::test_foo
66

77
export PICCOLO_CONF="tests.postgres_conf"
8-
./tests.sh
8+
./scripts/tests.sh

scripts/test-sqlite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# To run a single test tests/test_foo.py::TestFoo::test_foo
66

77
export PICCOLO_CONF="tests.sqlite_conf"
8-
./tests.sh
8+
./scripts/tests.sh

0 commit comments

Comments
 (0)