From 0c2c92ac29d8f9592e5b9d547632ff334155aee1 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 16 Mar 2006 14:02:42 +0000 Subject: [PATCH] another step roward the removal of do_tests.sh --- helm/software/matita/scripts/README | 3 --- helm/software/matita/scripts/insert.awk | 17 ----------------- 2 files changed, 20 deletions(-) delete mode 100644 helm/software/matita/scripts/insert.awk diff --git a/helm/software/matita/scripts/README b/helm/software/matita/scripts/README index d48449056..831fbbd90 100644 --- a/helm/software/matita/scripts/README +++ b/helm/software/matita/scripts/README @@ -12,9 +12,6 @@ do_tests.sh script used by ../Makefile to run matitac[.opt] on some tests. supports some options and prints out some informations neded my insert -insert.awk - creates the SQL INSERT statements for the output of profile_cvs.sh - profile_svn.sh SVN co, compilation, run diff --git a/helm/software/matita/scripts/insert.awk b/helm/software/matita/scripts/insert.awk deleted file mode 100644 index d62a6a3ec..000000000 --- a/helm/software/matita/scripts/insert.awk +++ /dev/null @@ -1,17 +0,0 @@ - { - result=tolower($3); - if( $1 ~ ".opt$" ) - compilation="opt" - else - compilation="byte" - test=$2 - time=$4 - timeuser=$5 - mark=$7 - if ( $8 ~ "^gc-off$") - options="'gc-off'"; - if ( $8 ~ "^gc-on$") - options="'gc-on'" - - printf "INSERT bench (result, compilation, test, time, timeuser, mark, options) VALUES ('%s', '%s', '%s', '%s', '%s', '%s', %s);\n", result, compilation, test, time, timeuser, mark, options; - } -- 2.39.2