We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e68144 commit 324c776Copy full SHA for 324c776
scripts/run_doc_test.sh
@@ -26,4 +26,10 @@ fi
26
planemo --verbose conda_init || true
27
export PATH="$HOME/miniconda3/bin:$PATH"
28
29
-bash docs/tests/tests_"${DOCS}".sh
+PLANEMO_DOC_TEST_PATH="docs/tests/tests_${DOCS}.sh"
30
+if [ -f $PLANEMO_DOC_TEST_PATH ];
31
+then
32
+ bash "$PLANEMO_DOC_TEST_PATH"
33
+else
34
+ bash <(curl -s "https://raw.githubusercontent.com/galaxyproject/planemo/master/$PLANEMO_DOC_TEST_PATH")
35
+fi
0 commit comments