Skip to content

Commit

Permalink
scripts: build without building rdsn tests (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Tao authored and acelyc111 committed Dec 14, 2018
1 parent 1f5aff3 commit f5bcd67
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 f5bcd67

Please sign in to comment.