Index: server/samples/profilertest.srv |
diff --git a/server/samples/profilertest.srv b/server/samples/profilertest.srv |
index 8e67202c9613a5c9e20de6393c702177ddc8026b..2d6fc46e11a71c18000b1a20047e75fd735b1e7d 100644 |
--- a/server/samples/profilertest.srv |
+++ b/server/samples/profilertest.srv |
@@ -11,7 +11,7 @@ def add_profilers(at, profilers, timeout_sync, timeout_start, timeout_stop, |
control_file.append("job.profilers.add(%s)" |
% str(profiler)[1:-1]) |
- control_file.append(("job.run_test('barriertest', timeout_sync=%d, " |
+ control_file.append(("job.run_test('profiler_sync', timeout_sync=%d, " |
"timeout_start=%d, timeout_stop=%d, " |
"hostid='%s', masterid='%s', all_ids=%s)") |
% (timeout_sync, timeout_start, timeout_stop, |