correct exception thrown for unknown system

master
Oz Linden 2016-03-22 16:35:47 -04:00
parent ded162be60
commit 7bbf2ec9f8
1 changed files with 1 additions and 1 deletions

View File

@ -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