Skip to content

Commit 9c15db6

Browse files
committed
ctest --output-on-failure
1 parent e4286ab commit 9c15db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cd iceberg-cpp
3535
mkdir build && cd build
3636
cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/iceberg -DICEBERG_BUILD_STATIC=ON -DICEBERG_BUILD_SHARED=ON
3737
cmake --build .
38-
ctest --build .
38+
ctest --output-on-failure
3939
cmake --install .
4040
```
4141

0 commit comments

Comments
 (0)