We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9db72 commit 562b19eCopy full SHA for 562b19e
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