Rename runtests.sh to runtest
As we have different executables for executing the runtests scripts, runtests.sh is now renamed to runtests in order to stay consistent over all testrunners refs #4213 refs #4244
This commit is contained in:
parent
b253c4c069
commit
3e4ae41e8a
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
Loading…
Reference in New Issue