This repository was archived by the owner on Aug 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -539,14 +539,14 @@ function destroyDockerMachine() {
539
539
540
540
function cleanupAndExit {
541
541
echo " Remove temp files..." # if exists
542
+ docker $dockerConfig exec -i ${containerHash} sh -c " sudo rm -rf $MACHINE_HOME "
542
543
rm -f " $TMP_PATH /after_db_init_code_tmp.sql"
543
544
rm -f " $TMP_PATH /workload_custom_sql_tmp.sql"
544
545
rm -f " $TMP_PATH /target_ddl_do_tmp.sql"
545
546
rm -f " $TMP_PATH /target_ddl_undo_tmp.sql"
546
547
rm -f " $TMP_PATH /target_config_tmp.conf"
547
548
rm -f " $TMP_PATH /pg_config_tmp.conf"
548
549
if [ " $RUN_ON " = " localhost" ]; then
549
- rm -rf " $TMP_PATH /nancy_${containerHash} "
550
550
echo " Remove docker container"
551
551
docker container rm -f $containerHash
552
552
elif [ " $RUN_ON " = " aws" ]; then
@@ -746,6 +746,7 @@ docker_exec bash -c "/root/pgbadger/pgbadger \
746
746
-j $( cat /proc/cpuinfo | grep processor | wc -l) \
747
747
--prefix '%t [%p]: [%l-1] db=%d,user=%u (%a,%h)' /var/log/postgresql/* -f stderr \
748
748
-o $MACHINE_HOME /$ARTIFACTS_FILENAME .json"
749
+ # 2> >(grep -v "install the Text::CSV_XS" >&2)
749
750
750
751
echo " Save JSON log..."
751
752
if [[ $ARTIFACTS_DESTINATION =~ " s3://" ]]; then
You can’t perform that action at this time.
0 commit comments