From 95c8a413a55fd217cfec10d12711974de9b191c3 Mon Sep 17 00:00:00 2001 From: kaguillera Date: Thu, 24 Sep 2020 17:37:07 -0400 Subject: [PATCH] fixing run_test.sh bug 1.0 --- tests/scripts/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index a407e8a8..71d6cc1a 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -70,7 +70,8 @@ echo Disabling downloading of dataset... sed -e '27,39 s/^/#/' -e 's/rules.download_dataset.output/"data\/raw\/\{pid\}\/\{sensor\}_raw\.csv"/' rules/preprocessing.smk > tmp mv tmp rules/preprocessing.smk -echo $# +echo $1 +echo $2 if [ $# -eq 1 ] then