Skip to content
Snippets Groups Projects
Commit a8da6eac authored by lche0021's avatar lche0021
Browse files

point module logging path to the public one

parent c044bca6
No related branches found
No related tags found
3 merge requests!464Fix listdeps,!442Smoke test,!351Smoke test
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# This script will count the number of occurence for all modules in logging and sort the them in desceding order # 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' ) timestamp=$(date | sed 's/ /_/g' | sed 's/\:/\_/g' )
output=${1:-${timestamp}.txt} output=${1:-${timestamp}.txt}
#MODULE_LOGGING_PATH=/projects/pMOSP/module_logging MODULE_LOGGING_PATH=/projects/pMOSP/module_logging
MODULE_LOGGING_PATH=/home/luhanc/module_logging #MODULE_LOGGING_PATH=/home/luhanc/module_logging
userlist=$(ls -d $MODULE_LOGGING_PATH/*/) userlist=$(ls -d $MODULE_LOGGING_PATH/*/)
declare -A modules declare -A modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment