From e738d4d893ed15bf5b54e13b2489138a1842c94c Mon Sep 17 00:00:00 2001 From: Bruno Cesar Ribas Date: Wed, 24 Oct 2018 11:26:43 -0300 Subject: boca-submit-run: Add C++14 and Kotlin it will not make a warning when the user sends these accepted languages Signed-off-by: Bruno Cesar Ribas --- tools/boca-submit-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boca-submit-run b/tools/boca-submit-run index 9de52bd..d2455e2 100755 --- a/tools/boca-submit-run +++ b/tools/boca-submit-run @@ -69,7 +69,7 @@ if [ "$1" == "" ]; then fi if [ -r "$5" ]; then - if [ "$4" != "C" -a "$4" != "C++11" -a "$4" != "Java" -a "$4" != "Python2" -a "$4" != "Python3" ]; then + if [ "$4" != "C" -a "$4" != "C++14" -a "$4" != "Java" -a "$4" != "Python2" -a "$4" != "Python3" -a "$4" != "Kotlin" ]; then echo "Warning: language name is not standard, be sure it is correct (this is not necessarily an error)" fi -- cgit v1.2.3