78f002d154
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
compton=$(realpath $1)
|
|
cd $(dirname $0)
|
|
|
|
./run_one_test.sh $compton ./basic.py
|