We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c57ad commit 247b6a2Copy full SHA for 247b6a2
test/test-with-3-plugins.sh
@@ -9,7 +9,8 @@ ADDITIONAL_PLUGIN_1=$4
9
ADDITIONAL_PLUGIN_2=$5
10
ADDITIONAL_PLUGIN_3=$6
11
12
-bash ./test/platform-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION
+# Do not reinstall the platforms
13
+#bash ./test/platform-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION
14
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION ..
15
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION $ADDITIONAL_PLUGIN_1
16
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION $ADDITIONAL_PLUGIN_2
0 commit comments