diff options
author | Malfurious <m@lfurio.us> | 2021-03-24 05:14:45 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-03-24 05:14:45 -0400 |
commit | 46b53e3251aa488dd43d90c6e8457437a0c08b34 (patch) | |
tree | b0d7cc919869213ef50f718c5ddbfa3fddd4323f /test-status.sh | |
parent | 82c412c58081aa57197c2270bb544d790f35ffae (diff) | |
parent | 5843144165acfacef93ca5d6e2a561a5cf6059dc (diff) | |
download | git-sonar-46b53e3251aa488dd43d90c6e8457437a0c08b34.tar.gz git-sonar-46b53e3251aa488dd43d90c6e8457437a0c08b34.zip |
Merge branch 'rebranding'v0.7
Diffstat (limited to 'test-status.sh')
-rwxr-xr-x | test-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-status.sh b/test-status.sh index 3d5dc46..56a2716 100755 --- a/test-status.sh +++ b/test-status.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" test_prefix_and_suffix() { status=""" |