#!/bin/bash # $HeadURL$ $LastChangedRevision$ $(ade-config ade_share_prefix)/tests/testlist echo "bin/PAA050_db_loadable" echo "bin/PAA100_listrepos" echo "bin/PAA101_badrepocalls" echo "bin/PAA102_deletecascade" echo "bin/PAA103_relsymlinks" echo "bin/PAA104_non_matching_repo" echo "bin/PAA105_bad_directive_argc" echo "bin/PAA106_upgrades" echo "bin/PAA107_interrupts" echo "bin/PAA108_sqlite_bug" if ! pgrep -u $LOGNAME gpg-agent > /dev/null; then # PAA109 calls paa in a way that calls gpg-agent. echo "WARNING: PAA109 will be skipped 'cos gpg-agent not running!" >&2 elif [ ! -w /dev/tty ]; then # gpg-agent will ask for password from /dev/tty. If we're running # under 'su' or similar then gpg-agent will fail. echo "WARNING: PAA109 will be skipped 'cos /dev/tty not writable!" >&2 else echo "bin/PAA109_inserts" fi echo "bin/PAA110_contention" echo "bin/PAA111_listrepos2" echo "bin/PAA112_accesses" echo "bin/PAA113_regexp_listings" echo "bin/PAA114_newest_freeze_is_newest_freeze" echo "bin/PAA120_PAA-3" echo "bin/PAA121_PAA-2" echo "bin/PAA123_SOFT-21" echo "bin/PAA130_SOFT-81"