]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Allow results directory to be symlink
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 16 Sep 2013 15:48:33 +0000 (17:48 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 16 Sep 2013 15:48:33 +0000 (17:48 +0200)
gw-tests/Makefile

index ddfc9a49b3450c3f6793471ac0a8120ecfd52b72..c0bec58a7b41159122b2aff31fb777f9f98f70d6 100644 (file)
@@ -15,7 +15,7 @@ $(T:%=run-%):run-%:
 
 .PHONY: plot plotall
 
 
 .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
 
 define plot_template
 plot: $1/graph.png