Skip to content

Commit baf04e1

Browse files
committed
added exec perms to make file
1 parent 05bb6dd commit baf04e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

SIT/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ test_smoke: reset test_smoke_cmd
1313
test_smoke_cmd:
1414
./test.sh -p smoke
1515

16-
chmod ug+x ./SIT
17-
18-
env_setup:
16+
env_setup:
17+
chmod +x ./environment.sh
1918
./environment.sh -m setup -j ../target/cassandra-data-migrator*.jar
2019
env_reset:
2120
./environment.sh -m reset -j ../target/cassandra-data-migrator*.jar

0 commit comments

Comments
 (0)