We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd018d commit 2916800Copy full SHA for 2916800
1 file changed
bin/stashcp2/tests/test_inside_docker.sh
@@ -107,7 +107,15 @@ if [ "$result" != "12bdb9a96cd5e8ca469b727a81593201" ]; then
107
fi
108
rm -f query.test
109
110
+# Scheme test
111
+/StashCache/stashcp.py --cache=$XRD_CACHE --method=http,xrootd -d stash:///user/dweitzel/public/blast/queries/query1 file://$PWD
112
113
+result=`md5sum query1 | awk '{print $1;}'`
114
+
115
+if [ "$result" != "12bdb9a96cd5e8ca469b727a81593201" ]; then
116
+ exit 1
117
+fi
118
+rm -f query.test
119
120
/StashCache/stashcp.py --cache=$XRD_CACHE -d -r /user/dweitzel/public/blast/queries ./
121
ls -lah
0 commit comments