diff --git a/test_example.sh b/test_example.sh index 955e60785..e9f01cb9b 100755 --- a/test_example.sh +++ b/test_example.sh @@ -1,6 +1,6 @@ if [[ "$1" == "" ]]; then echo "Error: Missing the dataset name" - echo "./test_example.sh " + echo "./test_example.sh -- " exit fi diff --git a/test_example_source_only.sh b/test_example_source_only.sh index ba77555b0..a6b5b3154 100755 --- a/test_example_source_only.sh +++ b/test_example_source_only.sh @@ -1,6 +1,6 @@ if [[ "$1" == "" ]]; then echo "Error: Missing the dataset name" - echo "./test_example_source_only.sh " + echo "./test_example_source_only.sh -- " exit fi