Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/iris/test_iris.sh')
-rw-r--r--tests/examples/iris/test_iris.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/examples/iris/test_iris.sh b/tests/examples/iris/test_iris.sh
index 1bf6e66..b0f4c0a 100644
--- a/tests/examples/iris/test_iris.sh
+++ b/tests/examples/iris/test_iris.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY: A classifier for Iris dataset
+# TAGS: gcc5-fails
+#####################################################################
+
# Exit on error
set -e