From fb33b0cdebbe4aa11f3abd4e5e8e701302d00a17 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 16 Sep 2013 17:48:33 +0200 Subject: [PATCH] Allow results directory to be symlink --- gw-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2