diff options
author | Amar Tumballi <amarts@redhat.com> | 2019-06-10 09:39:38 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-06-11 13:26:59 +0000 |
commit | c525fdc6bd79684da196e0fe7ca5630c1bac8f21 (patch) | |
tree | cd317b077167199161149d2fdb265190683cd0c3 /tests/line-coverage/errorgen-coverage.t | |
parent | 8e5656d950ff7bca21594b47921c6c0bf98eecea (diff) |
tests: keep glfsxmp in tests directory
this is critical so all the tests will be contained in the same
directory, and one can just 'cp -a tests/ <any-location>/' and
run glusterfs tests.
only 'glfsxmp.c' was an exception as it was just copying the
file from api example directory. Now moved it to tests.
updates: bz#1193929
Change-Id: I00359d64be580bffc5b3c3a090968d86c2c6952a
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/line-coverage/errorgen-coverage.t')
-rwxr-xr-x | tests/line-coverage/errorgen-coverage.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/line-coverage/errorgen-coverage.t b/tests/line-coverage/errorgen-coverage.t index e95c4847b22..ddced541735 100755 --- a/tests/line-coverage/errorgen-coverage.t +++ b/tests/line-coverage/errorgen-coverage.t @@ -22,7 +22,7 @@ TEST $CLI volume start $V0; TEST $GFS -s $H0 --volfile-id $V0 $M1; -cp $(dirname ${0})/../../api/examples/glfsxmp.c glfsxmp.c +cp $(dirname ${0})/../basic/gfapi/glfsxmp-coverage.c glfsxmp.c build_tester ./glfsxmp.c -lgfapi for i in $(seq 1 10); do # as there is error-gen, there can be errors, so no @@ -34,8 +34,6 @@ done TEST cleanup_tester ./glfsxmp TEST rm ./glfsxmp.c - - ## Finish up TEST $CLI volume stop $V0; |