mirror of
https://github.com/ViViDboarder/sublime-abuse-the-force.git
synced 2024-11-23 12:26:38 +00:00
Add build target for executing test classes
This commit is contained in:
parent
8052452105
commit
6750667fb8
7
ForceDotCom/AbuseTheForceTest.sublime-build
Normal file
7
ForceDotCom/AbuseTheForceTest.sublime-build
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"cmd": ["abusetheforce deploy test \"${file}\""],
|
||||||
|
"shell": true,
|
||||||
|
"working_dir": "${project_path:${folder}}",
|
||||||
|
"path": "${path}",
|
||||||
|
"selector": ["source.cls"]
|
||||||
|
}
|
@ -8,6 +8,7 @@ mkdir -p "$SUBLIME_DIR"
|
|||||||
cp -r "./ForceDotCom" "$SUBLIME_DIR/"
|
cp -r "./ForceDotCom" "$SUBLIME_DIR/"
|
||||||
|
|
||||||
cat ./ForceDotCom/AbuseTheForce.sublime-build | sed "s#"'${path}'"#$PATH#" > "$SUBLIME_DIR/ForceDotCom/AbuseTheForce.sublime-build"
|
cat ./ForceDotCom/AbuseTheForce.sublime-build | sed "s#"'${path}'"#$PATH#" > "$SUBLIME_DIR/ForceDotCom/AbuseTheForce.sublime-build"
|
||||||
|
cat ./ForceDotCom/AbuseTheForceTest.sublime-build | sed "s#"'${path}'"#$PATH#" > "$SUBLIME_DIR/ForceDotCom/AbuseTheForceTest.sublime-build"
|
||||||
|
|
||||||
echo "SFDC Sublime Plugin install finished"
|
echo "SFDC Sublime Plugin install finished"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user