summaryrefslogtreecommitdiffstats
path: root/tests/bugs/shard/zero-flag.t
diff options
context:
space:
mode:
authorRajesh Joseph <rjoseph@redhat.com>2016-09-14 06:08:39 +0530
committerRaghavendra Talur <rtalur@redhat.com>2016-09-21 03:18:32 -0700
commitd4e16452c82fcf6a71292aa91f5d7424a31b7b0f (patch)
tree90b07a00b1d6bb28f1a26033bd00a5aadab556bd /tests/bugs/shard/zero-flag.t
parente9478b620fbcbc2bdca9e8a34e5b47e93926f0d2 (diff)
tests: Enable all gfapi test cases
> Change-Id: I32bfec4af91348d96dc3e81a9d5c9cad599f821b > Bug: 1358594 > Signed-off-by: Poornima G <pgurusid@redhat.com> > Reviewed-on: http://review.gluster.org/14748 > NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> > CentOS-regression: Gluster Build System <jenkins@build.gluster.org> > Smoke: Gluster Build System <jenkins@build.gluster.org> > Reviewed-by: Raghavendra Talur <rtalur@redhat.com> Bug: 1375990 Change-Id: I87f6c7d20959e2d4bbe8c064767a9fed004e8c4a Signed-off-by: Rajesh Joseph <rjoseph@redhat.com> Reviewed-on: http://review.gluster.org/15499 NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
Diffstat (limited to 'tests/bugs/shard/zero-flag.t')
-rw-r--r--tests/bugs/shard/zero-flag.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/shard/zero-flag.t b/tests/bugs/shard/zero-flag.t
index fabf83040f0..6996150cd0e 100644
--- a/tests/bugs/shard/zero-flag.t
+++ b/tests/bugs/shard/zero-flag.t
@@ -17,7 +17,7 @@ TEST $CLI volume set $V0 features.shard on
TEST $CLI volume start $V0
TEST $GFS --volfile-id=$V0 --volfile-server=$H0 $M0
-TEST gcc -Wall -O2 -I api/src -o $(dirname $0)/zero-flag $(dirname $0)/shard-fallocate.c -lgfapi
+TEST build_tester $(dirname $0)/shard-fallocate.c -lgfapi -Wall -O2
# On file1 confirm that when fallocate's offset + len > cur file size,
# the new file size will increase.