Skip to content

Commit

Permalink
Intentionally added error to tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
iinsertNameHere committed Nov 19, 2024
1 parent 2214be5 commit ac57d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-commandline-args.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Test Normal run
echo "[!] Testing: Normal Run"
./../bin/catnap -c ./test_config.toml -a ../config/distros.toml -n
./../bin/catnap -c ./test_config.toml -a ../config/{ERROR}istros.toml -n

# Test help
echo "[!] Testing: Help"
./../bin/catnap -c ./test_config.toml -a ../config/distros.toml -h -n

# Test version
echo "[!] Testing: Version"
./../bin/catnap -c ./test_config.toml -a ../config/distros.tml -v -n # ERROR HERE
./../bin/catnap -c ./test_config.toml -a ../config/distros.toml -v -n

# Test distroid
echo "[!] Testing: DistroId"
Expand Down

0 comments on commit ac57d09

Please sign in to comment.