Skip to content
Snippets Groups Projects
Commit eef826cf authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

debug

parent 9b1677cb
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,7 @@ sed "s/@TAG@/${FNAME}/" $CONFIG_IN | \ ...@@ -110,6 +110,7 @@ sed "s/@TAG@/${FNAME}/" $CONFIG_IN | \
echo "Running the generator" echo "Running the generator"
lager -r ${RNG_SEED} -c ${FNAME}.json -e ${NEVENTS} -o . lager -r ${RNG_SEED} -c ${FNAME}.json -e ${NEVENTS} -o .
ls -lrth
## Finally, move relevant output into the artifacts directory ## Finally, move relevant output into the artifacts directory
echo "Moving generator output into ${DATA_PATH}" echo "Moving generator output into ${DATA_PATH}"
mkdir -p ${DATA_PATH} mkdir -p ${DATA_PATH}
......
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