6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
compton=$(realpath $1)
|
|
cd $(dirname $0)
|
|
|
|
./run_one_test.sh $compton testcases/basic.py
|