Index: /issm/trunk/test/NightlyRun/runme.m
===================================================================
--- /issm/trunk/test/NightlyRun/runme.m	(revision 5271)
+++ /issm/trunk/test/NightlyRun/runme.m	(revision 5272)
@@ -95,11 +95,11 @@
 if strcmpi(benchmark,'nightly'),
 	test_ids=intersect(test_ids,[1:999]);
-else if strcmpi(benchmark,'ismip'),
+elseif strcmpi(benchmark,'ismip'),
 	test_ids=intersect(test_ids,[1101:1199]);
-else if strcmpi(benchmark,'eismint'),
+elseif strcmpi(benchmark,'eismint'),
 	test_ids=intersect(test_ids,[1201:1299]);
-else if strcmpi(benchmark,'thermal'),
+elseif strcmpi(benchmark,'thermal'),
 	test_ids=intersect(test_ids,[1301:1399]);
-else if strcmpi(benchmark,'mesh'),
+elseif strcmpi(benchmark,'mesh'),
 	test_ids=intersect(test_ids,[1401:1499]);
 end
