File: sink.t

package info (click to toggle)
glusterfs 9.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 44,016 kB
  • sloc: ansic: 478,310; sh: 49,170; python: 12,964; makefile: 1,945; yacc: 487; lisp: 124; lex: 61; xml: 14
file content (13 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc

cleanup

TEST build_tester $(dirname ${0})/gfapi-load-volfile.c -lgfapi
TEST ./$(dirname ${0})/gfapi-load-volfile $(dirname $0)/sink.vol

cleanup_tester $(dirname ${0})/gfapi-load-volfile

cleanup