Remove --one argument from CI build scripts
This commit is contained in:
parent
8094016160
commit
7b3677f0db
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue