From: Michal Sojka Date: Mon, 16 Sep 2013 15:48:33 +0000 (+0200) Subject: Allow results directory to be symlink X-Git-Tag: fix-allnoconfig~135^2 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/fb33b0cdebbe4aa11f3abd4e5e8e701302d00a17 Allow results directory to be symlink --- diff --git a/gw-tests/Makefile b/gw-tests/Makefile index ddfc9a4..c0bec58 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -15,7 +15,7 @@ $(T:%=run-%):run-%: .PHONY: plot plotall -PLOT_SCRIPTS=$(shell find results -name plot.sh) +PLOT_SCRIPTS=$(shell find results/ -name plot.sh) define plot_template plot: $1/graph.png