diff mxtool/mx.py @ 21953:969ae2657b92

Renaming the suite to truffle
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 17 Jun 2015 11:10:39 +0200
parents 518052de60d5
children 6691b182e1a1
line wrap: on
line diff
--- a/mxtool/mx.py	Wed Jun 17 11:07:18 2015 +0200
+++ b/mxtool/mx.py	Wed Jun 17 11:10:39 2015 +0200
@@ -5597,7 +5597,7 @@
     parts = base.split('.')
     # temporary workaround until mx.graal exists
     if len(parts) == 1:
-        return 'graal'
+        return 'truffle'
     else:
         return parts[1]