Skip to content

Commit 4ee08be

Browse files
committed
Update test command to ignore Debug mode
1 parent cd35bc9 commit 4ee08be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/Testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Next command should be finished successfully for x64 mpi architecture:
9595

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

101101
## 3. Test suite

0 commit comments

Comments
 (0)