Add LTTngUSTLogger logger plugin test
[deliverable/titan.core.git] / regression_test / LTTngUSTLogger / test_LTTngUSTLogger.sh
diff --git a/regression_test/LTTngUSTLogger/test_LTTngUSTLogger.sh b/regression_test/LTTngUSTLogger/test_LTTngUSTLogger.sh
new file mode 100755 (executable)
index 0000000..ac1caf7
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/bash
+###############################################################################
+# Copyright (c) 2000-2016 Ericsson Telecom AB
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+#   Balasko, Jeno
+#   Lovassy, Arpad
+#
+###############################################################################
+
+set -e
+set -o pipefail
+
+ttcn3_start main1 main1.cfg > ttcn3_start_main1.log
This page took 0.024787 seconds and 5 git commands to generate.