From c2e6aad09f893e4c8cb5cb9243c32a0d6d0d1e12 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 9 Jun 2022 21:48:32 +0200 Subject: Init ESDS repository --- tests/simple_breakpoints_manual_1n/node.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/simple_breakpoints_manual_1n/node.py (limited to 'tests/simple_breakpoints_manual_1n/node.py') diff --git a/tests/simple_breakpoints_manual_1n/node.py b/tests/simple_breakpoints_manual_1n/node.py new file mode 100644 index 0000000..f8c5633 --- /dev/null +++ b/tests/simple_breakpoints_manual_1n/node.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python + +def execute(api): + api.log("Running") -- cgit v1.2.3