commit 9dfa3ba2539ca9ad6485a0d57e1c9af6095d3242 parent ddea6d9b62933d99e4cb7e2b425ac85bc6594a8b Author: Mario Rosell R. Martinez <mario@mariorosell.es> Date: Mon, 6 Apr 2026 20:20:05 +0200 tests (minor): move run-tests.sh Diffstat:
| D | run-tests.sh | | | 14 | -------------- |
1 file changed, 0 insertions(+), 14 deletions(-)
diff --git a/run-tests.sh b/run-tests.sh @@ -1,14 +0,0 @@ -#!/bin/sh -# -# run-tests.sh -- test runner -# - -if ! [ -f "./tests" ]; then - make -fi - -LOGIN="$1" -PASS="$2" - -NNTP_USER="$LOGIN" NNTP_PASS="$PASS" ./tests -