6de0eb2f9c
Added tests from https://raw.githubusercontent.com/gssapi/mod_auth_gssapi/master/tests/magtests.py Signed-off-by: Sudhir Menon <sumenon@redhat.com>
11 lines
244 B
Bash
11 lines
244 B
Bash
#!/bin/sh -ex
|
|
|
|
cd ../source
|
|
|
|
# Fake a build...
|
|
mkdir -p src/.libs
|
|
cp /usr/lib64/httpd/modules/mod_auth_gssapi.so src/.libs
|
|
|
|
# ... and run the tests.
|
|
./tests/magtests.py || (cat scratchdir/tests.log scratchdir/httpd/logs/error_log ; exit -1)
|