From a7079eda999f0e421c14747e2c6e5fe199805913 Mon Sep 17 00:00:00 2001 From: Muhammad Satrio Wicaksono Date: Thu, 14 Mar 2024 11:45:02 +0700 Subject: [PATCH] Adjust bash script test_example.sh and test_example_source_only.sh (#171) * update: adjust test_example.sh and test_example_source_only.sh * fix: minor error message when dataset is empty --- test_example.sh | 2 +- test_example_source_only.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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