Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars T Hansen committed Apr 8, 2024
1 parent 30aef2a commit cec66ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ attack. There are some rules:
- Remember that indirect dependencies are dependencies for us, too, and need to be treated the same way
- If in doubt: copy the parts we need, vet them thoroughly, and maintain them separately

There is a useful discussion about thise matters [here](https://research.swtch.com/deps).
There is a useful discussion of these matters [here](https://research.swtch.com/deps).

## How we run sonar on a cluster

Expand Down
1 change: 0 additions & 1 deletion tests/hostname.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ if [[ $(../target/debug/sonar ps | head -n 1 | grep ",host=$(hostname)," | wc -l
echo "Wrong hostname??"
exit 1
fi

10 changes: 6 additions & 4 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# Primitive test runner. Keep tests alphabetical. Note that sysinfo-syntax will require the `jq`
# utility to be installed and will fail if it is not.

./command-line.sh
./hostname.sh
./sysinfo-syntax.sh
./user.sh
set -e
for test in command-line hostname sysinfo-syntax user; do
echo $test
./$test.sh
done
echo "No errors"

0 comments on commit cec66ee

Please sign in to comment.