#!/bin/sh # Blackbox tests for gentest # Copyright (C) 2008 Andrew Tridgell # based on test_smbclient.sh if [ $# -lt 4 ]; then cat < st/gentest.ignore all_info.out.fname internal_information.out.file_id EOF testit "gentest" $VALGRIND $gentest //$SERVER/test1 //$SERVER/test2 --num-ops=100 --ignore=st/gentest.ignore -W "$DOMAIN" -U"$USERNAME%$PASSWORD" -U"$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1` /bin/rm -f st/gentest.ignore exit $failed