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