libglvnd/tests/testx11glvndproto.sh
Brian Nguyen acb5f98231 [tests] Replace SKIP_ENV_INIT with DO_X11_TESTS
Instead of requiring a special environment variable to skip tests
which require a special X11 environment, skip these tests by default
and have users opt-in with the DO_X11_TESTS environment variable.

Signed-off-by: Brian Nguyen <brnguyen@nvidia.com>
2013-09-27 10:25:45 -07:00

8 lines
132 B
Bash
Executable file

#!/bin/bash
if [ -z "$DO_X11_TESTS" ]; then
echo "Skipping test; requires environment init"
exit 77
fi
./testx11glvndproto