From fdbecf43389b26649eb4531a1adada01479a6e09 Mon Sep 17 00:00:00 2001 From: Hyoun Jiil Date: Wed, 31 Jul 2013 14:31:17 +0900 Subject: [PATCH] [Title] fix dibs-test dir [Type] Enhancement [Module] Toolchain / [Priority] Minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: I8c3f533dac29b981f6240db1296accfe6801818c --- package/build.linux | 6 +++--- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- test/analyze.sh | 2 +- performance_analyzer => test/performance_analyzer | 0 statistics => test/statistics | 0 6 files changed, 8 insertions(+), 5 deletions(-) rename performance_analyzer => test/performance_analyzer (100%) rename statistics => test/statistics (100%) diff --git a/package/build.linux b/package/build.linux index 2ec4d59..b71d09e 100755 --- a/package/build.linux +++ b/package/build.linux @@ -29,9 +29,9 @@ install() echo $VERSION > $BIN_DIR/VERSION TEST_DIR=$SRCDIR/package/dibs-test.package.${TARGET_OS}/data/tools/dibs/test - mkdir -p $TEST_DIR - cp -f $SRCDIR/performance_analyzer $TEST_DIR/ - cp -f $SRCDIR/statistics $TEST_DIR/ + mkdir -p $TEST_DIR/performance_log + cp -f $SRCDIR/test/performance_analyzer $TEST_DIR/ + cp -f $SRCDIR/test/statistics $TEST_DIR/ cp -f $SRCDIR/test/performance_run.sh $TEST_DIR/ cp -f $SRCDIR/test/analyze.sh $TEST_DIR/ } diff --git a/package/changelog b/package/changelog index fe079c0..86f4954 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.1.42 +- fix dibs-test dir +== hyoun jiil 2013-07-31 * 2.1.41 - add tizen-dibs-test and dibs-test package == hyoun jiil 2013-07-28 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 0a98a42..d835737 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Source : dibs -Version :2.1.41 +Version :2.1.42 Maintainer : taejun ha, jiil hyoun , donghyuk yang , donghee yang , sungmin kim = '`date '+%Y-%m-%d'`' AND distribution_id = 9 AND status = 'FINISHED'" -n common-eplugin -c result.`date '+%Y-%m-%d'`.csv +./performance_analyzer -d "Mysql:database=rsa;host=172.21.17.46;port=3306" -u "root" -p "qmscore" -w "start_time >= '`date '+%Y-%m-%d'`' AND distribution_id = 9 AND status = 'FINISHED'" -n common-eplugin -c performance_log/`date '+%Y-%m-%d'`.sample.csv diff --git a/performance_analyzer b/test/performance_analyzer similarity index 100% rename from performance_analyzer rename to test/performance_analyzer diff --git a/statistics b/test/statistics similarity index 100% rename from statistics rename to test/statistics -- 2.34.1