We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e87d9 commit 9bc3929Copy full SHA for 9bc3929
1 file changed
run.sh
@@ -153,7 +153,7 @@ popd
153
154
if [ ! `readlink $READLINK_F ${SCRIPT_DIR}` == `pwd` ] ; then
155
cp -r ${SCRIPT_DIR}/test.${TIME} .
156
- rm -rf ${SCRIPT_DIR}/test.${TIME} || echo "Removal of results folder failed, thats usually ok"
+ rm -rf ${SCRIPT_DIR}/test.${TIME} || echo "Removal of results folder failed, thats usually ok"
157
cp -r ${SCRIPT_DIR}/test.${TIME}.tar.gz . || echo "Copyingof results tarball failed, thats usually ok"
158
rm -rf ${SCRIPT_DIR}/test.${TIME}.tar.gz || echo "Removal of results tarball failed, thats usually ok"
159
fi
0 commit comments