We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e9db72 + 562b19e commit 3a5e9d8Copy full SHA for 3a5e9d8
1 file changed
test/misc/build_examples/test.sh
@@ -25,8 +25,8 @@ script_absolute_dir=$RESULT
25
26
errors_present=0
27
echo -e ">>> Will now attempt to make all examples. Outpt from make will only be present if an error occured"
28
-
29
-for dir in `ls -d $script_absolute_dir/../../../examples/*`
+test_directories=$(ls -d $script_absolute_dir/../../../examples/* && echo $script_absolute_dir/../../../lib/uplink/starbase)
+for dir in $test_directories
30
do
31
BREAK=""
32
cd $dir
0 commit comments