aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-15 20:06:04 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-15 20:06:04 +0200
commit7c994d0ee99d8b69bf958f1559db3a294f459e3e (patch)
treed3232b0e1abe902eae2549c64b97a83bb62924cb /shell
parent9198aede8761d6573f2ec3739b48e86f83947b56 (diff)
downloadnissy-core-7c994d0ee99d8b69bf958f1559db3a294f459e3e.tar.gz
nissy-core-7c994d0ee99d8b69bf958f1559db3a294f459e3e.zip
Rename debug shell executable
Diffstat (limited to 'shell')
-rwxr-xr-xshell/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/test.sh b/shell/test.sh
index de888ef..8bc4589 100755
--- a/shell/test.sh
+++ b/shell/test.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3SHELLBIN="./run" 3SHELLBIN="./debugrun"
4TESTDIR="./shell/testcases" 4TESTDIR="./shell/testcases"
5TESTOUT="shell/lasttest.out" 5TESTOUT="shell/lasttest.out"
6TESTERR="shell/lasttest.err" 6TESTERR="shell/lasttest.err"

Generated with cgit - Back to sebastiano.tronto.net