Skip to content

Commit 41e3d09

Browse files
committed
fixed run_tests script file
1 parent 902a58a commit 41e3d09

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

run_tests.sh

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
./target/release/main -o high_experimental.toml locations/glitch_test_1.toml
2-
./target/release/main -o high_experimental.toml locations/glitch_test_2.toml
3-
./target/release/main -o high_experimental.toml locations/glitch_test_3.toml
4-
./target/release/main -o high_experimental.toml locations/glitch_test_4.toml
5-
./target/release/main -o high_experimental.toml locations/glitch_test_5.toml
6-
./target/release/main -o high_experimental.toml locations/glitch_test_6.toml
1+
./target/release/main -o high.toml locations/glitch_test_1.toml
2+
./target/release/main -o high.toml locations/glitch_test_2.toml
3+
./target/release/main -o high.toml locations/glitch_test_3.toml
4+
./target/release/main -o high.toml locations/glitch_test_4.toml
5+
./target/release/main -o high.toml locations/glitch_test_5.toml
6+
./target/release/main -o high.toml locations/glitch_test_6.toml
77

8-
./target/release/main -o high_experimental.toml locations/1e14.toml
9-
./target/release/main -o high_experimental.toml locations/11_dimensions.toml
10-
./target/release/main -o high_experimental.toml locations/e10000.toml
11-
./target/release/main -o high_experimental.toml locations/flake.toml
12-
./target/release/main -o high_experimental.toml locations/floral_fantasy.toml
13-
./target/release/main -o high_experimental.toml locations/golden_spider.toml
14-
./target/release/main -o high_experimental.toml locations/long.toml
15-
./target/release/main -o high_experimental.toml locations/lya.toml
16-
./target/release/main -o high_experimental.toml locations/opus.toml
17-
./target/release/main -o high_experimental.toml locations/peanuts.toml
18-
./target/release/main -o high_experimental.toml locations/wfs.toml
19-
./target/release/main -o high_experimental.toml locations/x.toml
8+
./target/release/main -o high.toml locations/1e14.toml
9+
./target/release/main -o high.toml locations/11_dimensions.toml
10+
./target/release/main -o high.toml locations/e10000.toml
11+
./target/release/main -o high.toml locations/flake.toml
12+
./target/release/main -o high.toml locations/floral_fantasy.toml
13+
./target/release/main -o high.toml locations/golden_spider.toml
14+
./target/release/main -o high.toml locations/long.toml
15+
./target/release/main -o high.toml locations/lya.toml
16+
./target/release/main -o high.toml locations/opus.toml
17+
./target/release/main -o high.toml locations/peanuts.toml
18+
./target/release/main -o high.toml locations/wfs.toml
19+
./target/release/main -o high.toml locations/x.toml

0 commit comments

Comments
 (0)