summaryrefslogtreecommitdiff
path: root/example/platform_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/platform_test.py')
-rwxr-xr-xexample/platform_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/platform_test.py b/example/platform_test.py
index ccc9a98..2573b32 100755
--- a/example/platform_test.py
+++ b/example/platform_test.py
@@ -4,4 +4,5 @@ from esds.helpers.platform import YAMLPlatformFile
-simulator=YAMLPlatformFile("platform.yaml") \ No newline at end of file
+s=YAMLPlatformFile("platform.yaml")
+s.run() \ No newline at end of file