Re: [PATCH] perf-tests: #!/bin/bash -> #!/usr/bin/env bash

2019-06-07 Thread David Bremner
William Casarin writes: > I couldn't run the performance tests on my machines due to a hardcoded > bash path. Use env for finding bash in weird systems like NixOS. > > Signed-off-by: William Casarin pushed to master d ___ notmuch mailing list

Re: [PATCH] perf-tests: #!/bin/bash -> #!/usr/bin/env bash

2019-06-02 Thread Tomi Ollila
On Fri, May 31 2019, William Casarin wrote: > I couldn't run the performance tests on my machines due to a hardcoded > bash path. Use env for finding bash in weird systems like NixOS. Not so weird -- probably most non-Linux OS's that have bash, have bash somewhere else than in /bin/. LGTM.

[PATCH] perf-tests: #!/bin/bash -> #!/usr/bin/env bash

2019-05-31 Thread William Casarin
I couldn't run the performance tests on my machines due to a hardcoded bash path. Use env for finding bash in weird systems like NixOS. Signed-off-by: William Casarin --- performance-test/M00-new.sh | 2 +- performance-test/M01-dump-restore.sh| 2 +- performance-test/M02-show.sh