summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/netbsd6-smoke.sh
blob: bdc029d239d0e00158941f512c6ba0b9a1692c57 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

/opt/qa/build.sh
RET=$?
echo $RET
if [ $RET -ne 0 ]; then
    exit 1
fi

exit $RET