Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision c0122384822c0399ca3691a975fcdd344f719df6)
+++ Jenkinsfile	(revision c65f251966d3ea3770c37c9c300bbd53e2c2e983)
@@ -15,5 +15,5 @@
 	sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
 	sh 'make -j 8'
-	sh 'blarg'
+	error 'testing'
 	step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false])
 }
@@ -23,5 +23,5 @@
 	//Since tokenizer doesn't work, figure stuff out from the environnement variables and command line
 	//Configurations for email format
-	def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1]
+	def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1].toLowerCase()
 
 	def email_subject = "[${project_name} git] - branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - BUILD_STATUS!"
