diff options
author | Pjotr Prins | 2021-08-25 13:59:01 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-25 13:59:01 +0200 |
commit | 54b19503e3a4a999b9e16d0d83d536e859f8657c (patch) | |
tree | 63fd229c52eaa989c38f2b7a24c85124cb2c900f /test/lengthy_test_suite.sh | |
parent | 145fa09bcd78e46d21bd06771f01174e46ea875e (diff) | |
download | pangemma-54b19503e3a4a999b9e16d0d83d536e859f8657c.tar.gz |
Tests: fix RNG and add debug info by default
Diffstat (limited to 'test/lengthy_test_suite.sh')
-rwxr-xr-x | test/lengthy_test_suite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lengthy_test_suite.sh b/test/lengthy_test_suite.sh index 6e11793..5a067eb 100755 --- a/test/lengthy_test_suite.sh +++ b/test/lengthy_test_suite.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # # Long running tests go here |