mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-12 15:50:59 +01:00
0bbf7cd46a
Closes #1746
14 lines
144 B
Bash
Executable File
14 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
echo "Running test_event script - $1 - $2"
|
|
|
|
sleep 5
|
|
|
|
cd $1
|
|
cd tests/DMAPI/BasicOperation
|
|
|
|
echo $2 > test_event_output.txt
|
|
|