mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 18:41:33 +00:00
Remove leftover of old tests
This commit is contained in:
parent
cced508916
commit
c7cd576002
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
function run()
|
|
||||||
{
|
|
||||||
echo "TESTING $1"
|
|
||||||
cd "$1/tests/"
|
|
||||||
./test.sh
|
|
||||||
cd ../../
|
|
||||||
}
|
|
||||||
|
|
||||||
run input
|
|
Loading…
Reference in a new issue