summaryrefslogtreecommitdiffstats
path: root/xmrstak/cli/cli-miner.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-10-01 00:10:12 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-10-01 00:10:12 +0200
commit2558a70c731c7b338b7d7e18922dcecac6fdf091 (patch)
treefb15bfd0ec9976d58ba2e09bee5ec8c159cf5b34 /xmrstak/cli/cli-miner.cpp
parent8fd095e97a5e6e04cdb3121f15d462c478153f45 (diff)
downloadxmr-stak-2558a70c731c7b338b7d7e18922dcecac6fdf091.zip
xmr-stak-2558a70c731c7b338b7d7e18922dcecac6fdf091.tar.gz
return 0 if help is called
- add CIvariables to debug cuda build
Diffstat (limited to 'xmrstak/cli/cli-miner.cpp')
-rw-r--r--xmrstak/cli/cli-miner.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmrstak/cli/cli-miner.cpp b/xmrstak/cli/cli-miner.cpp
index 585b114..ff31d2c 100644
--- a/xmrstak/cli/cli-miner.cpp
+++ b/xmrstak/cli/cli-miner.cpp
@@ -119,7 +119,8 @@ int main(int argc, char *argv[])
if(opName.compare("-h") == 0 || opName.compare("--help") == 0)
{
help();
- win_exit();
+ // \todo give return code to win_exit to allow passing CI
+ //win_exit();
return 0;
}
else if(opName.compare("--noCPU") == 0)
OpenPOWER on IntegriCloud