aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inviso/test/inviso_tool_SUITE_data/tracecase5_on.trc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inviso/test/inviso_tool_SUITE_data/tracecase5_on.trc')
-rw-r--r--lib/inviso/test/inviso_tool_SUITE_data/tracecase5_on.trc11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/inviso/test/inviso_tool_SUITE_data/tracecase5_on.trc b/lib/inviso/test/inviso_tool_SUITE_data/tracecase5_on.trc
new file mode 100644
index 0000000000..724c617c5a
--- /dev/null
+++ b/lib/inviso/test/inviso_tool_SUITE_data/tracecase5_on.trc
@@ -0,0 +1,11 @@
+%% TRACECASE5_ON.TRC
+%% -----------------------------------------------------------------------------
+%% This is a test trace case to be used by the inviso_tool_SUITE.
+%% This tracecase updates an ETS table. Can be used to verify that it has been
+%% done (or not done!).
+%% -----------------------------------------------------------------------------
+
+lists:foreach(fun(N)->rpc:call(N,ets,update_counter,[test_proc_tab,counter,1]) end,
+ Nodes).
+%% END-OF-TRACE-CASE
+