From a8da6eac2d2de17528ce842e1aede7ba63e7cd30 Mon Sep 17 00:00:00 2001 From: lche0021 <lche0021@student.monash.edu> Date: Tue, 21 Jul 2020 21:44:11 +1000 Subject: [PATCH] point module logging path to the public one --- smoke_test/software_usage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smoke_test/software_usage b/smoke_test/software_usage index f8f33cc7..f387ea56 100755 --- a/smoke_test/software_usage +++ b/smoke_test/software_usage @@ -3,8 +3,8 @@ # This script will count the number of occurence for all modules in logging and sort the them in desceding order timestamp=$(date | sed 's/ /_/g' | sed 's/\:/\_/g' ) output=${1:-${timestamp}.txt} -#MODULE_LOGGING_PATH=/projects/pMOSP/module_logging -MODULE_LOGGING_PATH=/home/luhanc/module_logging +MODULE_LOGGING_PATH=/projects/pMOSP/module_logging +#MODULE_LOGGING_PATH=/home/luhanc/module_logging userlist=$(ls -d $MODULE_LOGGING_PATH/*/) declare -A modules -- GitLab