Skip to content

Commit

Permalink
add arg to exclude -spotlight in test, useful in ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed May 13, 2024
1 parent d6cbf57 commit 1c64fb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_test2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ start_time=$(date +%s)
# Loop over the module or all modules if -all arg is given
if [ "$1" == "all" ]; then
modules=(nkululeko augment predict demo test multidb explore)
elif [ "$1" == "-spotlight" ]; then
modules=(nkululeko augment predict demo test multidb explore)
unset explore_ini_files[-1] # Exclude INI file for spotlight
else
modules=("$@")
fi
Expand Down

0 comments on commit 1c64fb3

Please sign in to comment.