PostgreSQL/ci_scripts/make-test.sh
Andreas Karlsson ef5900d0d3 Make make test output easier to read in Github Actions
Pass -s to make to get cleaner test output.
2025-03-12 15:36:19 +01:00

11 lines
178 B
Bash
Executable File

#!/bin/bash
export TDE_MODE=1
SCRIPT_DIR="$(cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P)"
INSTALL_DIR="$SCRIPT_DIR/../../pginst"
cd "$SCRIPT_DIR/.."
make -s check-world