Skip to content

Commit

Permalink
Update test command to ignore Debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zer011b committed Nov 13, 2020
1 parent cd35bc9 commit 4ee08be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Next command should be finished successfully for x64 mpi architecture:

Next command should be finished successfully for x64 cuda architecture:
```sh
./Tools/test-units-cuda.sh <home_dir> <build_dir> "" "" "" "" "" "" ""
./Tools/test-units-cuda.sh <home_dir> <build_dir> "" "" "RelWithDebInfo" "" "" "" ""
```

## 3. Test suite
Expand Down

0 comments on commit 4ee08be

Please sign in to comment.