5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Running postgres-client-tests:"
|
|
bats /postgres-client-tests/postgres-client-tests.bats
|