4 lines
No EOL
78 B
Bash
Executable file
4 lines
No EOL
78 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
$(dirname "$BASH_SOURCE")/run-tests.sh rpc_test |