diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/cmake/run_build_test.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/cmake/run_build_test.py b/indra/cmake/run_build_test.py index a79d09a9ea..fdbb0a75f7 100755 --- a/indra/cmake/run_build_test.py +++ b/indra/cmake/run_build_test.py @@ -78,7 +78,7 @@ def main(command, libpath=[], vars={}):          # No idea what the right pathname might be! But only crump if this          # feature is requested.          if libpath: -            raise NotImplemented("run_build_test: unknown platform %s" % sys.platform) +            raise RuntimeError("run_build_test: unknown platform %s" % sys.platform)          lpvars = []      for var in lpvars:          # Split the existing path. Bear in mind that the variable in question | 
