aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inviso/test/inviso_tool_SUITE_data/tracecase5_on.trc
blob: 724c617c5adcac9f6914e747d20768b8db2a8b86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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