From c525fdc6bd79684da196e0fe7ca5630c1bac8f21 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 10 Jun 2019 09:39:38 +0530 Subject: 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/ /' 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 --- tests/features/delay-gen.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/features') diff --git a/tests/features/delay-gen.t b/tests/features/delay-gen.t index 38127317d8a..72e6dbb7697 100755 --- a/tests/features/delay-gen.t +++ b/tests/features/delay-gen.t @@ -40,7 +40,7 @@ TEST [ -z $create_max_latency ]; TEST $CLI volume reset $V0 delay-gen.enable TEST $CLI volume set $V0 delay-gen.delay-duration 100 -cp $(dirname ${0})/../../api/examples/glfsxmp.c glfsxmp.c +cp $(dirname ${0})/../basic/gfapi/glfsxmp-coverage.c glfsxmp.c build_tester ./glfsxmp.c -lgfapi ./glfsxmp $V0 $H0 >/dev/null cleanup_tester ./glfsxmp -- cgit