Skip to content

Commit

Permalink
NXBT-441: new path layout for tools-nuxeo-ftest
Browse files Browse the repository at this point in the history
  • Loading branch information
bdelbosc committed Jul 19, 2012
1 parent c1c3323 commit db501a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-and-bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test_path="$NXDISTRIBUTION"/nuxeo-distribution-dm/ftest/funkload/
ret1=$?

# Move the bench report
mv "$NXDISTRIBUTION"/nuxeo-distribution-dm/target/ftest/funkload/report .
mv "$NXDISTRIBUTION"/nuxeo-distribution-dm/ftest/funkload/target/results ./report

# Stop nuxeo
stop_server
Expand Down
2 changes: 1 addition & 1 deletion longevity-bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ start_server 127.0.0.1
test_path=$NXDIR/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/
(cd $test_path; make bench-longevity EXT="--no-color"; ret=$?; make stop; exit $ret)
ret1=$?
mv $NXDIR/nuxeo-distribution/nuxeo-distribution-dm/target/ftest/funkload/report .
mv $NXDIR/nuxeo-distribution/nuxeo-distribution-dm/ftest/funkload/target/results ./report

# Stop nuxeo
stop_server
Expand Down
2 changes: 1 addition & 1 deletion rebench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test_path="$NXDISTRIBUTION"/nuxeo-distribution-dm/ftest/funkload/
ret1=$?

# Move the bench report
mv "$NXDISTRIBUTION"/nuxeo-distribution-dm/target/ftest/funkload/report .
mv "$NXDISTRIBUTION"/nuxeo-distribution-dm/ftest/funkload/target/results ./report

# Stop nuxeo
stop_server
Expand Down

0 comments on commit db501a8

Please sign in to comment.