Update objc-test.sh

Remove extra `--` on server options
This commit is contained in:
Tadeu Zagallo 2015-06-12 21:48:22 +01:00
parent 5ee24bfd6c
commit 78db5ca1b9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function cleanup {
}
trap cleanup EXIT
node ./packager/packager.js -- --nonPersistent &
node ./packager/packager.js --nonPersistent &
SERVER_PID=$!
xctool \
-project Examples/UIExplorer/UIExplorer.xcodeproj \