[med-svn] [deepnano] 01/01: Be safe that !! is not interpreted as history but we get really the expected exclamation marks
Andreas Tille
tille at debian.org
Wed Feb 22 07:04:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository deepnano.
commit 2a5c08f44a27ea057c6b93cc30366df221f4fb2b
Author: Andreas Tille <tille at debian.org>
Date: Wed Feb 22 08:03:32 2017 +0100
Be safe that !! is not interpreted as history but we get really the expected exclamation marks
---
debian/tests/run-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/run-test.sh b/debian/tests/run-test.sh
index 24d71dc..3d33c67 100644
--- a/debian/tests/run-test.sh
+++ b/debian/tests/run-test.sh
@@ -15,7 +15,7 @@ cp -a /usr/share/poretools/data/* $AUTOPKGTEST_TMP/test_data/
cd $AUTOPKGTEST_TMP
find . -name "*gz" -exec gunzip \{\} \;
-echo !!!!!!!!!!
+echo '!!!!!!!!!!'
ls -R
echo -e "\n#1 - deepnano_basecall"
OMP_NUM_THREADS=`nproc` deepnano_basecall test_data/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/deepnano.git
More information about the debian-med-commit
mailing list