Skip to content

Commit 6cb75d4

Browse files
authored
Merge pull request #114 from EXILL-SUARL/develop
Revert #113 but keep the Cargo path commit
2 parents 4425210 + e276817 commit 6cb75d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

runner

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if [ -z "${1}" ]; then
1414
exit 1;
1515
fi
1616

17+
test -f $LOAD_ENV && source $LOAD_ENV
18+
1719
ORIGINAL_PWD="$PWD"
1820

1921
if [ "$CI" == 'true' ]; then
@@ -23,9 +25,6 @@ else
2325
fi
2426

2527
if [ $1 == 'test' ]; then
26-
if [ "$CI" == 'true' ]; then
27-
test -f $LOAD_ENV && source $LOAD_ENV
28-
fi
2928
for dir in `ls $TESTS_DIR`; do
3029
TEST_DIR=$TESTS_DIR/$dir
3130
if [ -d $TEST_DIR ]; then

0 commit comments

Comments
 (0)