blob: 4660207220bf2b5dd77867966f0d2932f6550cc3 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
Andrew Geissler82c905d2020-04-13 13:39:40 -05002export TIMEOUT_DURATION=120
3chown nobody tests
4chown nobody tests/*
5chown nobody ../ptest
6su nobody -c "make -B -C tests -k test-suite.log"