Diff of /tests/run.sh [67a612] .. [ef9406]  Maximize  Restore

Switch to side-by-side view

--- a/tests/run.sh
+++ b/tests/run.sh
@@ -25,8 +25,9 @@
 	../codesys-ide/codesys build-package
 
 	# unit testing
-	echo "*** Unit Test: install cfunit"
-	../codesys-ide/codesys install 'https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.1.0.0/v1.1.0.0.package?format=raw'
+	# install doesn't work on drone atm.
+	#echo "*** Unit Test: install cfunit"
+	#../codesys-ide/codesys install 'https://forge.codesys.com/prj/cfunit/code/HEAD/tree/tags/v1.1.0.0/v1.1.0.0.package?format=raw'
 	echo "*** Unit Test: build test applications"
 	../codesys-ide/codesys buildtest
 	echo "*** Unit Test: run test w/o cfunit"