Skip to content

Commit 6303e07

Browse files
author
sepehrkianian09
committed
ci(validation_test): fix the prior failure
1 parent 26e4f95 commit 6303e07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assert_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
cp -TRv val_tests/ tests/val_tests/
2+
cp -TR val_tests/ tests/val_tests/
33
source .venv/bin/activate
44
temp_execution_file="kos.txt"
55
./run.sh > ${temp_execution_file}

val_tests/5.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
6
2-
3
2+
4

0 commit comments

Comments
 (0)