cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES
This commit is contained in:
parent
6b6f309c5f
commit
3e32db7921
|
@ -38,7 +38,7 @@ bool cmCTestUploadCommand::CheckArgumentKeyword(std::string const& arg)
|
|||
this->ArgumentDoing = ArgumentDoingFiles;
|
||||
return true;
|
||||
}
|
||||
return this->CheckArgumentValue(arg);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue