Remove --one argument from CI build scripts

This commit is contained in:
Glavin Wiechert 2015-09-25 18:59:21 -03:00
parent 8094016160
commit 7b3677f0db
2 changed files with 2 additions and 2 deletions

View File

@ -119,4 +119,4 @@ build_script:
# Show current PATH # Show current PATH
- echo %PATH% - echo %PATH%
# Run tests on package # Run tests on package
- apm test --one --path %LOCALAPPDATA%/atom/bin/atom.cmd - apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd

View File

@ -39,6 +39,6 @@ if [ -f ./node_modules/.bin/coffeelint ]; then
fi fi
echo "Running specs..." echo "Running specs..."
ATOM_PATH=./atom atom/Atom.app/Contents/Resources/app/apm/node_modules/.bin/apm test --one --path atom/Atom.app/Contents/Resources/app/atom.sh ATOM_PATH=./atom atom/Atom.app/Contents/Resources/app/apm/node_modules/.bin/apm test --path atom/Atom.app/Contents/Resources/app/atom.sh
exit exit