From f3241424fd562834e5b0d437c8b3df2fb92a66ce Mon Sep 17 00:00:00 2001 From: lche0021 <lche0021@student.monash.edu> Date: Sun, 21 Feb 2021 18:14:22 +1100 Subject: [PATCH] comments added --- smoke_test/generate_bin_test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/smoke_test/generate_bin_test b/smoke_test/generate_bin_test index 2883916c..4d02d674 100755 --- a/smoke_test/generate_bin_test +++ b/smoke_test/generate_bin_test @@ -1,4 +1,7 @@ #!/bin/bash +# NUM_MODULE does not necessarily corresponds to the output of `ls -l $TESTCASE_DIR | wc -l` because +# 1. one folder is created for each software but NUM_MODULE pick combinations of from software/version +# 2. if a software does not modify PATH variable then there is no bintest generated for them, the number of those softwares are printed at the end NUM_MODULE=${1:-100} TESTCASE_DIR='./tests' -- GitLab