diff --git a/ForceDotCom/AbuseTheForceTest.sublime-build b/ForceDotCom/AbuseTheForceTest.sublime-build new file mode 100644 index 0000000..d6b737c --- /dev/null +++ b/ForceDotCom/AbuseTheForceTest.sublime-build @@ -0,0 +1,7 @@ +{ + "cmd": ["abusetheforce deploy test \"${file}\""], + "shell": true, + "working_dir": "${project_path:${folder}}", + "path": "${path}", + "selector": ["source.cls"] +} diff --git a/install.sh b/install.sh index 3985ead..ef3cd95 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,7 @@ mkdir -p "$SUBLIME_DIR" cp -r "./ForceDotCom" "$SUBLIME_DIR/" 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"