File: create-thread-test

package info (click to toggle)
globus-gssapi-gsi 14.20-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,748 kB
  • sloc: ansic: 21,107; sh: 11,186; makefile: 353; perl: 149
file content (11 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

testname="$1"
model="${1#gssapi-thread-test-}"

cat <<EOF > "$testname"
#! /bin/sh
export GLOBUS_THREAD_MODEL="$model"
./gssapi-thread-test
EOF
chmod a+x "$testname"