Skip to content

Commit

Permalink
Typos, test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars T Hansen committed Apr 8, 2024
1 parent 4b642ee commit 30aef2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#
# 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

0 comments on commit 30aef2a

Please sign in to comment.