Skip to content

Commit

Permalink
Run all feature tests (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Oct 22, 2019
1 parent 8f1d6ea commit 0068eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature_tests/run.sh
Expand Up @@ -19,7 +19,7 @@ rm -rf $TEMP_DIR_BASE
mkdir $TEMP_DIR_BASE $TEMP_BINARY_PATH
cp $BINARY $TEMP_BINARY_PATH/fnm

for test_file in $DIRECTORY/latest-lts/run.sh; do
for test_file in $DIRECTORY/*/run.sh; do
rm -rf $TEMP_FNM_DIR

echo "Running test in $test_file"
Expand Down

0 comments on commit 0068eb2

Please sign in to comment.