Skip to content

Commit

Permalink
scripts: build without building rdsn tests (apache#182)
Browse files Browse the repository at this point in the history
Former-commit-id: 6bea4e40d60cac8d95c7cb8067de029a7106a3d6 [formerly fc90a0d]
Former-commit-id: 2ef581a746078abfaf2e153418a7da267e562a4d
  • Loading branch information
Wu Tao authored Sep 23, 2018
1 parent 15bd1f1 commit b534c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function run_build()
if [ "$ENABLE_GCOV" == "YES" ]; then
OPT="$OPT --enable_gcov"
fi
./run.sh build $OPT
./run.sh build $OPT --notest
if [ $? -ne 0 ]; then
echo "ERROR: build rdsn failed"
exit 1
Expand Down

0 comments on commit b534c6b

Please sign in to comment.