Skip to content

Commit

Permalink
run_test -> run_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany committed May 23, 2024
1 parent 339917a commit 1dfdd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

bash /tests/run_test.sh
bash /tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ fi

echo "Running tests..."
ls /submission
bash /tests/run_test.sh
bash /tests/run_tests.sh

0 comments on commit 1dfdd78

Please sign in to comment.