]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/lib.sh
Test cleanup
[can-benchmark.git] / gw-tests / lib.sh
index 003782d1019ef90d1f9535ffa10a0a5f59fed7ec..aa05a26b0cc0768af78c9ee9ea7cb6b082bbe573 100644 (file)
@@ -93,7 +93,9 @@ _run() {
            main
            cp $script .
        fi
-       _plot
+       if [[ ! "$OPT_PLOT_DISABLE" ]]; then
+           _plot
+       fi
     done
 }