dont add compile test when specifying all-omp

This commit is contained in:
Bryan Herman 2013-09-29 17:31:44 -04:00
parent 99d9118eca
commit f1780faea2

View file

@ -112,6 +112,8 @@ if len(sys.argv) > 1:
else:
for j in tests:
if j.rfind(suffix) != -1:
if suffix == 'omp' and j == 'compile':
continue
tests__.append(j)
else:
tests__.append(i) # append specific test (e.g., mpi-debug)