Skip to content

Commit

Permalink
fix: fix the invalid IP address in src/server/test/config.ini (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smityz authored and neverchanje committed Mar 31, 2020
1 parent 2e0afc7 commit 12fd5e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@ function run_test()
echo "ERROR: unable to continue on testing because starting onebox failed"
exit 1
fi


sed -i "s/@LOCAL_IP@/${LOCAL_IP}/g" $ROOT/src/builder/server/test/config.ini

for module in `echo $test_modules`; do
pushd $ROOT/src/builder/bin/$module
REPORT_DIR=$REPORT_DIR ./run.sh $on_travis
Expand Down

0 comments on commit 12fd5e6

Please sign in to comment.